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

Version Path
fog-libvirt-0.13.2 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.13.1 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.13.0 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.12.2 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.12.1 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.12.0 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.11.0 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.10.1 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.10.0 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-csem-0.9.0 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.9.0 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.8.0 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.7.0 lib/fog/libvirt/models/compute/node.rb
fog-libvirt-0.6.0 lib/fog/libvirt/models/compute/node.rb