Sha256: 1b9e2a8aa88b891d8ccd08322e29af593429d9c99b03c1247bd172276058bbca
Contents?: true
Size: 411 Bytes
Versions: 23
Compression:
Stored size: 411 Bytes
Contents
module Fog module Vsphere class Compute 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
23 entries across 23 versions & 1 rubygems