Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Vsphere::Clusters

Attributes

datacenter[RW]

Public Instance Methods

all(filters = {}) click to toggle source
# File lib/fog/vsphere/models/compute/clusters.rb, line 13
def all(filters = {})
  requires :datacenter
  load service.list_clusters(filters.merge(:datacenter => datacenter))
end
get(id) click to toggle source
# File lib/fog/vsphere/models/compute/clusters.rb, line 18
def get(id)
  requires :datacenter
  new service.get_cluster(id, datacenter)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.