Sha256: 9130143bd3817899863f87bfcca4be5156e2bcb92e96f56679d825e54aea938c

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists all the system wide capacities.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listCapacity.html]
        def list_capacity(options={})
          options.merge!(
            'command' => 'listCapacity'  
          )
          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_capacity.rb