Fog::Collection
# File lib/fog/google/models/compute/disks.rb, line 12 def all(zone) data = service.list_disks(zone).body["items"] load(data) end
# File lib/fog/google/models/compute/disks.rb, line 17 def get(identity, zone) data = service.get_disk(identity, zone).body new(data) rescue Excon::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.