lib/fog/vsphere/models/compute/datastore.rb in fog-1.18.0 vs lib/fog/vsphere/models/compute/datastore.rb in fog-1.19.0
- old
+ new
@@ -10,9 +10,10 @@
attribute :datacenter
attribute :type
attribute :freespace
attribute :accessible # reachable by at least one hypervisor
attribute :capacity
+ attribute :uncommitted
def to_s
name
end