Sha256: f2b84968aae0c356ecba6b86f0549ed763908790a4ae67b860644703063aa9cf

Contents?: true

Size: 853 Bytes

Versions: 23

Compression:

Stored size: 853 Bytes

Contents

module Fog
  module Compute
    class Ovirt
      class InstanceType < Fog::Model
        identity :id

        attr_accessor :raw

        attribute :name
        attribute :description
        attribute :memory
        attribute :cores
        attribute :creation_time
        attribute :os
        attribute :ha
        attribute :ha_priority
        attribute :display
        attribute :usb
        attribute :migration_downtime
        attribute :type
        attribute :status
        attribute :cpu_shares
        attribute :boot_menu
        attribute :origin
        attribute :stateless
        attribute :delete_protected
        attribute :sso
        attribute :timezone
        attribute :migration
        attribute :io_threads
        attribute :memory_garanteed

        def to_s
          name
        end
      end
    end
  end
end

Version data entries

23 entries across 21 versions & 3 rubygems

Version Path
fog-1.41.0 lib/fog/ovirt/models/compute/instance_type.rb
fog-1.40.0 lib/fog/ovirt/models/compute/instance_type.rb
fog-1.39.0 lib/fog/ovirt/models/compute/instance_type.rb