Sha256: a1806aa4bef5d5e39c276e6f5067896cc80e0978ce97f1f47ec39096430f9529
Contents?: true
Size: 312 Bytes
Versions: 23
Compression:
Stored size: 312 Bytes
Contents
module Fog module Vsphere class Compute class StoragePod < Fog::Model identity :id attribute :name attribute :datacenter attribute :type attribute :freespace attribute :capacity def to_s name end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems