Sha256: 8b1b0ee4b3d21b89a6cb3747e730f5a14fccef7fb163718e764aef5f9e871a19

Contents?: true

Size: 359 Bytes

Versions: 5

Compression:

Stored size: 359 Bytes

Contents

require 'fog/core/model'

module Fog
  module Compute
    class AWS

      class Flavor < Fog::Model

        identity :id

        attribute :bits
        attribute :cores
        attribute :disk
        attribute :name
        attribute :ram
        attribute :ebs_optimized_available
        attribute :instance_store_volumes

      end

    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
fog-1.22.0 lib/fog/aws/models/compute/flavor.rb
fog-1.21.0 lib/fog/aws/models/compute/flavor.rb
fog-maestrodev-1.20.0.20140305101839 lib/fog/aws/models/compute/flavor.rb
fog-maestrodev-1.20.0.20140305101305 lib/fog/aws/models/compute/flavor.rb
fog-1.20.0 lib/fog/aws/models/compute/flavor.rb