Sha256: 0ae45a18756fcb73492c689b53a3ae00c315027223bd937b4d0c1bd7fc07add8
Contents?: true
Size: 422 Bytes
Versions: 12
Compression:
Stored size: 422 Bytes
Contents
module Fog module Brightbox class Compute class Real def resize_server(identifier, options = {}) request( :expects => [202], :method => 'POST', :path => "/1.0/servers/#{identifier}/resize", :headers => {"Content-Type" => "application/json"}, :body => options.to_json ) end end end end end
Version data entries
12 entries across 12 versions & 2 rubygems