Fog::Collection
# File lib/fog/openstack/models/compute/snapshots.rb, line 11 def all(detailed=true) load(service.list_snapshots(detailed).body['snapshots']) end
# 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.