Class: Fog::Compute::Vsphere::Datacenters

Inherits:
Fog::Collection
  • Object
show all
Defined in:
lib/fog/vsphere/models/compute/datacenters.rb

Instance Method Summary collapse

Instance Method Details

#all(filters = {}) ⇒ Object



12
13
14
# File 'lib/fog/vsphere/models/compute/datacenters.rb', line 12

def all(filters = {})
  load service.list_datacenters(filters)
end

#get(name) ⇒ Object



16
17
18
# File 'lib/fog/vsphere/models/compute/datacenters.rb', line 16

def get(name)
  new service.get_datacenter(name)
end