Sha256: 6fec99567c031988a503ee26e87029c21a7288fbda70ce27b31823378dcd8f6f

Contents?: true

Size: 794 Bytes

Versions: 59

Compression:

Stored size: 794 Bytes

Contents

require 'fog/core/model'

module Fog
  module Compute
    class RackspaceV2
      class Flavor < Fog::Model
        
        # @!attribute [r] id
        # @return [String] The flavor id
        identity :id

        
        # @!attribute [r] name
        # @return [String] flavor name
        attribute :name
        
        # @!attribute [r] rame
        # @return [Fixnum] ram in MB        
        attribute :ram
        
        # @!attribute [r] disk
        # @return [String] disk space in GB        
        attribute :disk
        
        # @!attribute [r] vcpus
        # @return [Fixnum] number of virtual CPUs        
        attribute :vcpus
        
        # @!attribute [r] links
        # @return [Array] flavor links.
        attribute :links
      end
    end
  end
end

Version data entries

59 entries across 59 versions & 6 rubygems

Version Path
fog-maestrodev-1.20.0.20140305101839 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.20.0.20140305101305 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.19.0.20140212012611 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-1.20.0 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.19.0.20140110004459 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.19.0.20140110003812 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.19.0.20140109202555 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.19.0.20140107192102 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.19.0.20140107142106 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.19.0.20131219203941 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.18.0.20131219193542 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-1.19.0 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.18.0.20131219033443 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.18.0.20131219032002 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.18.0.20131219030716 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.18.0.20131219022322 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.18.0.20131218202447 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.18.0.20131209091424 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.18.0.20131209090811 lib/fog/rackspace/models/compute_v2/flavor.rb
fog-maestrodev-1.18.0.20131206115947 lib/fog/rackspace/models/compute_v2/flavor.rb