IceGrid.ServiceInstanceDescriptor¶
- class IceGrid.ServiceInstanceDescriptor(template: str = '', parameterValues: dict[str, str] = <factory>, descriptor: ServiceDescriptor | None = None, propertySet: PropertySetDescriptor = <factory>)¶
Bases:
objectDescribes an IceBox service.
- Parameters:
template (str)
descriptor (ServiceDescriptor | None)
propertySet (PropertySetDescriptor)
- template¶
The template used by this instance. It’s empty when this instance does not use a template.
- Type:
- descriptor¶
The service definition if the instance isn’t a template instance (i.e.: if the template attribute is empty).
- Type:
ServiceDescriptor | None
- propertySet¶
The property set.
- Type:
Notes
The Slice compiler generated this dataclass from Slice struct
::IceGrid::ServiceInstanceDescriptor.