IceGrid.ServerInfo¶
- class IceGrid.ServerInfo(application: str = '', uuid: str = '', revision: int = 0, node: str = '', descriptor: ServerDescriptor | None = None, sessionId: str = '')¶
Bases:
objectInformation about a server managed by an IceGrid node.
- Parameters:
- descriptor¶
The server descriptor.
- Type:
ServerDescriptor | None
Notes
The Slice compiler generated this dataclass from Slice struct
::IceGrid::ServerInfo.