Sha256: f7ea72fb5ea72ac96f6a552eda9062a21525268036896fd222c65bb5ea8e7410
Contents?: true
Size: 415 Bytes
Versions: 30
Compression:
Stored size: 415 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
30 entries across 30 versions & 2 rubygems