Sha256: 152c5a79daf32f259fb585eef32057725c3d51986060a9543911455b4295ec08
Contents?: true
Size: 608 Bytes
Versions: 14
Compression:
Stored size: 608 Bytes
Contents
require 'fog/core/model' module Fog module Libvirt class Compute 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
14 entries across 14 versions & 2 rubygems