Fog::Model
# File lib/fog/google/models/compute/snapshot.rb, line 27 def destroy(async=true) requires :identity data = service.delete_snapshot(identity) operation = Fog::Compute::Google::Operations.new(:service => service).get(data.body['name']) unless async operation.wait_for { ready? } end operation end
Generated with the Darkfish Rdoc Generator 2.