Sha256: 93c2c39d0267cad2d577bd72d0a5349ac3f2427bd9c0d5de6f3833a8219103d3
Contents?: true
Size: 469 Bytes
Versions: 11
Compression:
Stored size: 469 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists all children domains belonging to a specified domain. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listDomainChildren.html] def list_domain_children(options={}) options.merge!( 'command' => 'listDomainChildren' ) request(options) end end end end end
Version data entries
11 entries across 11 versions & 3 rubygems