Sha256: 6ed6941ff9510cb8292ef00fc61052045e548941a5a6c0b3a880f82e6045757c

Contents?: true

Size: 469 Bytes

Versions: 1

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://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listDomainChildren.html]
        def list_domain_children(options={})
          options.merge!(
            'command' => 'listDomainChildren'  
          )
          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_domain_children.rb