IceGrid.NodeDynamicInfo

class IceGrid.NodeDynamicInfo(info: NodeInfo = <factory>, servers: list[ServerDynamicInfo] = <factory>, adapters: list[AdapterDynamicInfo] = <factory>)

Bases: object

Dynamic information about the state of a node.

Parameters:
info

Some static information about the node.

Type:

NodeInfo

servers

The dynamic information of the servers deployed on this node.

Type:

list[ServerDynamicInfo]

adapters

The dynamic information of the adapters deployed on this node.

Type:

list[AdapterDynamicInfo]

Notes

The Slice compiler generated this dataclass from Slice struct ::IceGrid::NodeDynamicInfo.