Sha256: c438f8923fefc131898a63aa32611f809d33071c07cd9d45fc156a008f8d4690
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
module Fog module Storage class StormOnDemand class Real def resize_volume(options = {}) request( :path => '/Storage/Block/Volume/resize', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-storm_on_demand-0.1.0 | lib/fog/storage/storm_on_demand/requests/resize_volume.rb |
fog-storm_on_demand-0.0.1 | lib/fog/storage/storm_on_demand/requests/resize_volume.rb |