class documentation

class NodeHvState(ConfigObject):

View In Hierarchy

Hypvervisor state on a node.

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

Inherited from ConfigObject:

Class Method FromDict Create an object from a dictionary.
Method __getattr__ Undocumented
Method __repr__ Implement __repr__ for ConfigObjects.
Method __setstate__ Undocumented
Method Copy Makes a deep copy of the current object and its children.
Method ToDict Convert to a dict holding only standard python types.
Method UpgradeConfig Fill defaults for missing configuration values.
Method Validate Validates the slots.

Inherited from ValidatedSlots (via ConfigObject):

Class Method GetAllSlots Compute the list of all declared slots for a class.
Method __init__ Constructor for BaseOpCode.
__slots__ =

Undocumented

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