Sha256: a43d2c4814e9ab115bdfad6364fb877c0627f082a5ef5566334eca488d90989b
Contents?: true
Size: 411 Bytes
Versions: 80
Compression:
Stored size: 411 Bytes
Contents
module Fog module Compute class Vsphere class Datastore < Fog::Model identity :id attribute :name attribute :datacenter attribute :type attribute :freespace attribute :accessible # reachable by at least one hypervisor attribute :capacity attribute :uncommitted def to_s name end end end end end
Version data entries
80 entries across 78 versions & 6 rubygems