Sha256: 7cfc122dc75cec7514097d723876f7cd06f1e3dad94e1f883d68abf32329b276
Contents?: true
Size: 300 Bytes
Versions: 86
Compression:
Stored size: 300 Bytes
Contents
module Fog module Compute class Joyent class Real def get_machine_snapshot(machine_id, snapshot_name) request( :path => "/my/machines/#{machine_id}/snapshots/#{snapshot_name}", :method => "GET" ) end end end end end
Version data entries
86 entries across 86 versions & 16 rubygems