Fog::Collection
# File lib/fog/vsphere/models/compute/datacenters.rb, line 9 def all(filters = {}) load service.list_datacenters(filters) end
# File lib/fog/vsphere/models/compute/datacenters.rb, line 13 def get(name) new service.get_datacenter(name) end