Sha256: ef3fd06f9130115b7ddec86b48e3f151f74068f49175aeccc0dc489fcf3e5d22
Contents?: true
Size: 384 Bytes
Versions: 40
Compression:
Stored size: 384 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 def to_s name end end end end end
Version data entries
40 entries across 40 versions & 9 rubygems