Sha256: a43e57d002442691bf06e13c64c43c81ff87565861334215f490197d86b5b14b
Contents?: true
Size: 295 Bytes
Versions: 4
Compression:
Stored size: 295 Bytes
Contents
module Fog module Volume class HuaweiCloud module Real def get_snapshot_details(snapshot_id) request( :expects => 200, :method => 'GET', :path => "snapshots/#{snapshot_id}" ) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems