IceGrid.ObjectDescriptor

class IceGrid.ObjectDescriptor(id: ~Ice.Identity.Identity = <factory>, type: str = '', proxyOptions: str = '')

Bases: object

Describes a well-known Ice object.

Parameters:
id

The identity of the object.

Type:

Identity

type

The object type.

Type:

str

proxyOptions

The proxy options to use when creating a proxy for this well-known object. If empty, the proxy is created with the proxy options specified on the object adapter or replica group.

Type:

str

Notes

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