Sha256: dfbcad83de50bf6227f704cc54bf3be252ba74dc9707a72fec131bddaaafe26e

Contents?: true

Size: 887 Bytes

Versions: 46

Compression:

Stored size: 887 Bytes

Contents

module Fog
  class 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

46 entries across 46 versions & 3 rubygems

Version Path
fog-0.5.3 lib/fog/vcloud/models/vdc.rb
fog-0.5.2 lib/fog/vcloud/models/vdc.rb
fog-0.5.1 lib/fog/vcloud/models/vdc.rb
fog-0.5.0 lib/fog/vcloud/models/vdc.rb
phpfog-fog-0.4.1.3 lib/fog/vcloud/models/vdc.rb
phpfog-fog-0.4.1.2 lib/fog/vcloud/models/vdc.rb
phpfog-fog-0.4.1.1 lib/fog/vcloud/models/vdc.rb
phpfog-fog-0.4.1 lib/fog/vcloud/models/vdc.rb
fog-0.4.1 lib/fog/vcloud/models/vdc.rb
fog-0.4.0 lib/fog/vcloud/models/vdc.rb
fog-0.3.34 lib/fog/vcloud/models/vdc.rb
fog-0.3.33 lib/fog/vcloud/models/vdc.rb
fog-0.3.32 lib/fog/vcloud/models/vdc.rb
fog-0.3.31 lib/fog/vcloud/models/vdc.rb
fog-0.3.30 lib/fog/vcloud/models/vdc.rb
fog-0.3.29 lib/fog/vcloud/models/vdc.rb
fog-0.3.28 lib/fog/vcloud/models/vdc.rb
fog-0.3.27 lib/fog/vcloud/models/vdc.rb
fog-0.3.26 lib/fog/vcloud/models/vdc.rb
fog-0.3.25 lib/fog/vcloud/models/vdc.rb