Sha256: 1f2acd9c02ccc2c6cc9a5d7978329dbf25bd2b250d67e238b6d9745521e2dede
Contents?: true
Size: 341 Bytes
Versions: 4
Compression:
Stored size: 341 Bytes
Contents
module Fog module Volume class HuaweiCloud 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
4 entries across 4 versions & 1 rubygems