Sha256: 37b42124993ca9d2ccab2e0723f50fc822e5741c31afc5e85e6eabf6ea406148

Contents?: true

Size: 904 Bytes

Versions: 30

Compression:

Stored size: 904 Bytes

Contents

require 'fog/core/model'

module Fog
  module Compute
    class Ninefold
      class Image < Fog::Model
        identity :id

        attribute :account
        attribute :accountid
        attribute :bootable
        attribute :created, :type => :time
        attribute :crossZones
        attribute :displaytext
        attribute :domain
        attribute :domainid
        attribute :format
        attribute :hypervisor
        attribute :isextractable
        attribute :isfeatured
        attribute :ispublic
        attribute :isready
        attribute :jobid
        attribute :jobstatus
        attribute :name
        attribute :ostypeid
        attribute :ostypename
        attribute :passwordenabled
        attribute :removed
        attribute :size
        attribute :status
        attribute :templatetype
        attribute :zoneid
        attribute :zonename
      end
    end
  end
end

Version data entries

30 entries across 30 versions & 4 rubygems

Version Path
ns-fog-1.22.10 lib/fog/ninefold/models/compute/image.rb
ns-fog-1.22.9 lib/fog/ninefold/models/compute/image.rb
ns-fog-1.22.8 lib/fog/ninefold/models/compute/image.rb
ns-fog-1.22.7 lib/fog/ninefold/models/compute/image.rb
ns-fog-1.22.6 lib/fog/ninefold/models/compute/image.rb
fog-1.23.0 lib/fog/ninefold/models/compute/image.rb
ns-fog-1.22.4 lib/fog/ninefold/models/compute/image.rb
ns-fog-1.22.3 lib/fog/ninefold/models/compute/image.rb
ns-fog-1.22.2 lib/fog/ninefold/models/compute/image.rb
fog-1.22.1 lib/fog/ninefold/models/compute/image.rb