Package ganeti :: Module objects :: Class NodeHvState
[hide private]
[frames] | no frames]

Class NodeHvState

source code


Hypvervisor state on a node.

Instance Methods [hide private]

Inherited from ConfigObject: Copy, ToDict, UpgradeConfig, Validate, __eq__, __getattr__, __getstate__, __repr__, __setstate__

Inherited from outils.ValidatedSlots: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from ConfigObject: FromDict

Inherited from outils.ValidatedSlots: GetAllSlots

Instance Variables [hide private]
  cpu_node
Number of CPU cores reserved for the node itself
  cpu_total
Total node CPU core count
  mem_hv
Memory used by hypervisor or lost due to instance allocation rounding
  mem_inst
Memory used by instances living on node
  mem_node
Memory used by, or reserved for, the node itself (not always available)
  mem_total
Total amount of memory
Properties [hide private]

Inherited from object: __class__