Fog::Collection
# File lib/fog/vsphere/models/compute/datacenters.rb, line 12 def all(filters = {}) load service.list_datacenters(filters) end
# File lib/fog/vsphere/models/compute/datacenters.rb, line 16 def get(name) new service.get_datacenter(name) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.