Sha256: 65604b9afccad8fad131a4bc35ac1417d96ad2a84dc168b670976a23197feee2
Contents?: true
Size: 685 Bytes
Versions: 43
Compression:
Stored size: 685 Bytes
Contents
module Fog module Compute class BareMetalCloud class Real # List Configurations # # ==== Returns # * response<~Excon::Response>: # * body<~Hash>: # * available-server<~Array>: # * 'configuration'<~String> - Hardware Configuration string # * 'quantity'<~String>: - quantity of servers to a certain configuration # def list_configurations request( :expects => 200, :method => 'GET', :parser => Fog::ToHashDocument.new, :path => 'api/listConfigurations' ) end end end end end
Version data entries
43 entries across 41 versions & 6 rubygems