Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::OpenStack::Snapshots

Public Instance Methods

all(detailed=true) click to toggle source
# File lib/fog/openstack/models/compute/snapshots.rb, line 11
def all(detailed=true)
  load(service.list_snapshots(detailed).body['snapshots'])
end
get(snapshot_id) click to toggle source
# File lib/fog/openstack/models/compute/snapshots.rb, line 15
def get(snapshot_id)
  if snapshot = service.get_snapshot_details(snapshot_id).body['snapshot']
    new(snapshot)
  end
rescue Fog::Compute::OpenStack::NotFound
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.