Sha256: 9aead15579dce2e6ee9c52cf5d4128931dd38cf616f950fee2e651d0d8a000e3
Contents?: true
Size: 608 Bytes
Versions: 30
Compression:
Stored size: 608 Bytes
Contents
require 'fog/core/model' module Fog module Compute class Libvirt class Node < Fog::Model identity :uuid attribute :model attribute :memory attribute :cpus attribute :mhz attribute :nodes attribute :sockets attribute :cores attribute :threads attribute :type attribute :version attribute :uri attribute :node_free_memory attribute :max_vcpus attribute :manufacturer attribute :product attribute :serial attribute :hostname end end end end
Version data entries
30 entries across 30 versions & 5 rubygems