Sha256: 5c26d42f521124d9e440da4870c08b16baeddce604b85ba22cfa826372d8a860

Contents?: true

Size: 669 Bytes

Versions: 10

Compression:

Stored size: 669 Bytes

Contents

require 'fog/core/model'

module Fog
  module Compute
    class RackspaceV2
      class Image < Fog::Model
        UNKNOWN = 'UNKNOWN'
        ACTIVE = 'ACTIVE'
        SAVING = 'SAVING'
        ERROR = 'ERROR'
        DELETED = 'DELETED'

        identity :id

        attribute :name
        attribute :created
        attribute :updated
        attribute :state, :aliases => 'status'
        attribute :user_id
        attribute :tenant_id
        attribute :progress
        attribute :minDisk
        attribute :minRam
        attribute :metadata
        attribute :disk_config, :aliases => 'OS-DCF:diskConfig'
        attribute :links
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 6 rubygems

Version Path
fog-nirvanix-1.8.2 lib/fog/rackspace/models/compute_v2/image.rb
fog-nirvanix-1.8.1 lib/fog/rackspace/models/compute_v2/image.rb
fog-parser-fix-1.6.1 lib/fog/rackspace/models/compute_v2/image.rb
fog-test-again-1.6.0 lib/fog/rackspace/models/compute_v2/image.rb
fog-parser-fix-1.6.0 lib/fog/rackspace/models/compute_v2/image.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/rackspace/models/compute_v2/image.rb
fog-1.8.0 lib/fog/rackspace/models/compute_v2/image.rb
fog-maestrodev-1.7.0.20121114190951 lib/fog/rackspace/models/compute_v2/image.rb
fog-1.7.0 lib/fog/rackspace/models/compute_v2/image.rb
fog-1.6.0 lib/fog/rackspace/models/compute_v2/image.rb