Sha256: a3adb1fa1440fc7ea6c7d23eb060a7b91ccdf11724ce4ce6334e3d4c2dc2dc98

Contents?: true

Size: 617 Bytes

Versions: 36

Compression:

Stored size: 617 Bytes

Contents

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

        attribute :name
        attribute :os
        attribute :version
        attribute :type
        attribute :description
        attribute :requirements
        attribute :homepage
        attribute :published_at, :type => :time
        attribute :public, :type => :boolean
        attribute :owner
        attribute :state
        attribute :tags
        attribute :eula
        attribute :acl
        attribute :created, :type => :time
        attribute :default, :type => :boolean
      end
    end
  end
end

Version data entries

36 entries across 34 versions & 6 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-joyent-0.0.1/lib/fog/joyent/models/compute/image.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-joyent-0.0.1/lib/fog/joyent/models/compute/image.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-joyent-0.0.1/lib/fog/joyent/models/compute/image.rb
fog-joyent-0.0.1 lib/fog/joyent/models/compute/image.rb
fog-1.40.0 lib/fog/joyent/models/compute/image.rb
fog-1.39.0 lib/fog/joyent/models/compute/image.rb
fog-1.38.0 lib/fog/joyent/models/compute/image.rb
fog-1.37.0 lib/fog/joyent/models/compute/image.rb
fog-1.36.0 lib/fog/joyent/models/compute/image.rb
fog-1.35.0 lib/fog/joyent/models/compute/image.rb
fog-2.0.0.pre.0 lib/fog/joyent/models/compute/image.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/lib/fog/joyent/models/compute/image.rb
fog-1.34.0 lib/fog/joyent/models/compute/image.rb
fog-1.33.0 lib/fog/joyent/models/compute/image.rb
fog-1.32.0 lib/fog/joyent/models/compute/image.rb
fog-1.31.0 lib/fog/joyent/models/compute/image.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/joyent/models/compute/image.rb
fog-1.30.0 lib/fog/joyent/models/compute/image.rb
fog-1.29.0 lib/fog/joyent/models/compute/image.rb
fog-1.28.0 lib/fog/joyent/models/compute/image.rb