Sha256: 160d831ce2c4471b2b658652d0842bfd8721e3194c061ae91936880e9c776866
Contents?: true
Size: 541 Bytes
Versions: 1
Compression:
Stored size: 541 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List template visibility and all accounts that have permissions to view this template. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listTemplatePermissions.html] def list_template_permissions(id, options={}) options.merge!( 'command' => 'listTemplatePermissions', 'id' => id ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/list_template_permissions.rb |