Sha256: 742b74ef21c675d335e7c723230a48175969625aded162c767a521473de596ab
Contents?: true
Size: 853 Bytes
Versions: 2
Compression:
Stored size: 853 Bytes
Contents
module Fog module Ovirt class Compute 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-ovirt-1.2.1 | lib/fog/ovirt/models/compute/instance_type.rb |
fog-ovirt-1.2.0 | lib/fog/ovirt/models/compute/instance_type.rb |