Sha256: 21251391aa07c4b930bbc7616dbbb1ec2982a191792aaf1fb0a11e8cfb2e86a2
Contents?: true
Size: 880 Bytes
Versions: 8
Compression:
Stored size: 880 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 :sockets 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
8 entries across 8 versions & 1 rubygems