Sha256: 6f0c44c87fdb6763ddd1a491f175188d2c3201125ab04a8e24843ad087ee5e69

Contents?: true

Size: 303 Bytes

Versions: 38

Compression:

Stored size: 303 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",
            :idempotent => true
          )
        end
      end
    end
  end
end

Version data entries

38 entries across 36 versions & 6 rubygems

Version Path
fog-1.27.0 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
fog-1.26.0 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
fog-1.25.0 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
nsidc-fog-1.24.1 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
fog-1.24.0 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
ns-fog-1.22.11 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
ns-fog-1.22.10 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
ns-fog-1.22.9 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
ns-fog-1.22.8 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
ns-fog-1.22.7 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
ns-fog-1.22.6 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
fog-1.23.0 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
ns-fog-1.22.4 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
ns-fog-1.22.3 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
ns-fog-1.22.2 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
fog-1.22.1 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
fog-1.22.0 lib/fog/joyent/requests/compute/list_machine_snapshots.rb
fog-1.21.0 lib/fog/joyent/requests/compute/list_machine_snapshots.rb