Sha256: 42c95404668d6748a6380064e16a6fc6b7d2c70c83cdbafc5beaf531345eab20
Contents?: true
Size: 339 Bytes
Versions: 22
Compression:
Stored size: 339 Bytes
Contents
module Fog module OpenStack class Volume module Real def snapshot_action(id, data) request( :body => Fog::JSON.encode(data), :expects => [200, 202], :method => 'POST', :path => "snapshots/#{id}/action" ) end end end end end
Version data entries
22 entries across 22 versions & 3 rubygems