IceGrid.RegistryInfo

class IceGrid.RegistryInfo(name: str = '', hostname: str = '')

Bases: object

Information about an IceGrid registry replica.

Parameters:
name

The name of the registry.

Type:

str

hostname

The network name of the host running this registry.

Type:

str

Notes

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