lib/fog/vsphere/models/compute/cluster.rb in fog-1.26.0 vs lib/fog/vsphere/models/compute/cluster.rb in fog-1.27.0

- old
+ new

@@ -7,9 +7,10 @@ attribute :name attribute :datacenter attribute :num_host attribute :num_cpu_cores attribute :overall_status + attribute :full_path def resource_pools(filters = { }) self.attributes[:resource_pools] ||= id.nil? ? [] : service.resource_pools({ :service => service, :cluster => name,