IceGrid.ServerDynamicInfo

class IceGrid.ServerDynamicInfo(id: str = '', state: ServerState = ServerState.Inactive, pid: int = 0, enabled: bool = False)

Bases: object

Dynamic information about the state of a server.

Parameters:
id

The ID of the server.

Type:

str

state

The state of the server.

Type:

ServerState

pid

The process ID of the server.

Type:

int

enabled

Indicates whether the server is enabled.

Type:

bool

Notes

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