# File lib/fog/vsphere/models/compute/cluster.rb, line 15 def resource_pools(filters = { }) self.attributes[:resource_pools] ||= id.nil? ? [] : service.resource_pools({ :service => service, :cluster => name, :datacenter => datacenter }.merge(filters)) end
Generated with the Darkfish Rdoc Generator 2.