Sha256: 307d6a0a89cd5043a0071f63ea7b40f73440b8b625c452fdf14ae503bb21f1c7

Contents?: true

Size: 470 Bytes

Versions: 1

Compression:

Stored size: 470 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

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