Sha256: 1df0bb515891861a49769fb2fc350e16d39aaf84ef6e83cea53644064a3a1f2e
Contents?: true
Size: 687 Bytes
Versions: 76
Compression:
Stored size: 687 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
76 entries across 76 versions & 11 rubygems