IceGrid.NodeDynamicInfo¶
- class IceGrid.NodeDynamicInfo(info: NodeInfo = <factory>, servers: list[ServerDynamicInfo] = <factory>, adapters: list[AdapterDynamicInfo] = <factory>)¶
Bases:
objectDynamic information about the state of a node.
- Parameters:
info (NodeInfo)
servers (list[ServerDynamicInfo])
adapters (list[AdapterDynamicInfo])
- servers¶
The dynamic information of the servers deployed on this node.
- Type:
- adapters¶
The dynamic information of the adapters deployed on this node.
- Type:
Notes
The Slice compiler generated this dataclass from Slice struct
::IceGrid::NodeDynamicInfo.