IceGrid.ServerInfo

class IceGrid.ServerInfo(application: str = '', uuid: str = '', revision: int = 0, node: str = '', descriptor: ServerDescriptor | None = None, sessionId: str = '')

Bases: object

Information about a server managed by an IceGrid node.

Parameters:
application

The application to which this server belongs.

Type:

str

uuid

The application UUID.

Type:

str

revision

The application revision.

Type:

int

node

The IceGrid node where this server is deployed.

Type:

str

descriptor

The server descriptor.

Type:

ServerDescriptor | None

sessionId

The ID of the session which allocated the server.

Type:

str

Notes

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