IceGrid.AdapterDynamicInfo

class IceGrid.AdapterDynamicInfo(id: str = '', proxy: ObjectPrx | None = None)

Bases: object

Dynamic information about the state of an adapter.

Parameters:
id

The id of the adapter.

Type:

str

proxy

The direct proxy containing the adapter endpoints. This proxy is never null.

Type:

ObjectPrx | None

Notes

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