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