Sha256: e432e8294aa2e92196b9c68e36dcc05e337763438c14bdf43914d1dd1c2e7e09

Contents?: true

Size: 488 Bytes

Versions: 1

Compression:

Stored size: 488 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # List profile in ucs manager
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listUcsProfiles.html]
        def list_ucs_profiles(ucsmanagerid, options={})
          options.merge!(
            'command' => 'listUcsProfiles', 
            'ucsmanagerid' => ucsmanagerid  
          )
          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_ucs_profiles.rb