IceGrid.CommunicatorDescriptor

class IceGrid.CommunicatorDescriptor(adapters: list[AdapterDescriptor] = <factory>, propertySet: PropertySetDescriptor = <factory>, dbEnvs: list[DbEnvDescriptor] = <factory>, logs: list[str] = <factory>, description: str = '')

Bases: Value

Describes an Ice communicator.

Parameters:
adapters

The indirect object adapters.

Type:

list[AdapterDescriptor]

propertySet

The property set.

Type:

PropertySetDescriptor

dbEnvs

The database environments.

Type:

list[DbEnvDescriptor]

logs

The path of each log file.

Type:

list[str]

description

A description of this descriptor.

Type:

str

Notes

The Slice compiler generated this dataclass from Slice class ::IceGrid::CommunicatorDescriptor.

static ice_staticId() str

Obtain the type ID of this Slice class or interface.

Returns:

The type ID.

Return type:

str