Method: Fog::Compute::Vsphere::Datastores#all

Defined in:
lib/fog/vsphere/models/compute/datastores.rb

#all(filters = {}) ⇒ Object

[View source]

13
14
15
# File 'lib/fog/vsphere/models/compute/datastores.rb', line 13

def all(filters = {})
  load connection.list_datastores(filters.merge(:datacenter => datacenter))
end