Sha256: c4cf0e21f614adc6aa6275d60b746e7f9ccf8db10b9890ba557de00c291cf3b2

Contents?: true

Size: 888 Bytes

Versions: 30

Compression:

Stored size: 888 Bytes

Contents

module Fog
  module Vcloud
    class Vdc < Fog::Vcloud::Model

      identity :href

      ignore_attributes :xmlns, :xmlns_xsi, :xmlns_xsd

      attribute :name
      attribute :type
      attribute :description, :aliases => :Description
      attribute :other_links, :aliases => :Link
      attribute :compute_capacity, :aliases => :ComputeCapacity
      attribute :storage_capacity, :aliases => :StorageCapacity
      attribute :available_networks, :aliases => :AvailableNetworks, :squash => :Network
      attribute :resource_entities, :aliases => :ResourceEntities, :squash => :ResourceEntity
      attribute :enabled, :aliases => :IsEnabled
      attribute :vm_quota, :aliases => :VmQuota
      attribute :nic_quota, :aliases => :NicQuota
      attribute :network_quota, :aliases => :NetworkQuota
      attribute :allocation_model, :aliases => :AllocationModel

    end

  end
end

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
fog-0.2.30 lib/fog/vcloud/models/vdc.rb
fog-0.2.28 lib/fog/vcloud/models/vdc.rb
fog-0.2.27 lib/fog/vcloud/models/vdc.rb
fog-0.2.26 lib/fog/vcloud/models/vdc.rb
fog-0.2.25 lib/fog/vcloud/models/vdc.rb
fog-0.2.24 lib/fog/vcloud/models/vdc.rb
tecnh-fog-0.2.23.vpc lib/fog/vcloud/models/vdc.rb
fog-0.2.23 lib/fog/vcloud/models/vdc.rb
fog-0.2.22 lib/fog/vcloud/models/vdc.rb
fog-0.2.21 lib/fog/vcloud/models/vdc.rb
fog-0.2.20 lib/fog/vcloud/models/vdc.rb
fog-0.2.19 lib/fog/vcloud/models/vdc.rb
fog-0.2.18 lib/fog/vcloud/models/vdc.rb
fog-0.2.17 lib/fog/vcloud/models/vdc.rb
fog-0.2.16 lib/fog/vcloud/models/vdc.rb
fog-0.2.15 lib/fog/vcloud/models/vdc.rb
fog-0.2.14 lib/fog/vcloud/models/vdc.rb
fog-0.2.13 lib/fog/vcloud/models/vdc.rb
fog-0.2.12 lib/fog/vcloud/models/vdc.rb
fog-0.2.11 lib/fog/vcloud/models/vdc.rb