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

Version Path
fog-vsphere-3.1.1 lib/fog/vsphere/models/compute/storage_pod.rb
fog-vsphere-3.1.0 lib/fog/vsphere/models/compute/storage_pod.rb
fog-vsphere-3.0.0 lib/fog/vsphere/models/compute/storage_pod.rb