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

Version Path
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/cloudstack/requests/compute/list_domain_children.rb
ns-fog-1.22.11 lib/fog/cloudstack/requests/compute/list_domain_children.rb
ns-fog-1.22.10 lib/fog/cloudstack/requests/compute/list_domain_children.rb
ns-fog-1.22.9 lib/fog/cloudstack/requests/compute/list_domain_children.rb
ns-fog-1.22.8 lib/fog/cloudstack/requests/compute/list_domain_children.rb
ns-fog-1.22.7 lib/fog/cloudstack/requests/compute/list_domain_children.rb
ns-fog-1.22.6 lib/fog/cloudstack/requests/compute/list_domain_children.rb
ns-fog-1.22.4 lib/fog/cloudstack/requests/compute/list_domain_children.rb
ns-fog-1.22.3 lib/fog/cloudstack/requests/compute/list_domain_children.rb
ns-fog-1.22.2 lib/fog/cloudstack/requests/compute/list_domain_children.rb
fog-1.22.1 lib/fog/cloudstack/requests/compute/list_domain_children.rb