IceGrid.ServerInstanceDescriptor¶
- class IceGrid.ServerInstanceDescriptor(template: str = '', parameterValues: dict[str, str] = <factory>, propertySet: ~IceGrid.PropertySetDescriptor.PropertySetDescriptor = <factory>, servicePropertySets: dict[str, ~IceGrid.PropertySetDescriptor.PropertySetDescriptor] = <factory>)¶
Bases:
objectDescribes a template instantiation that creates a server.
- Parameters:
template (str)
propertySet (PropertySetDescriptor)
servicePropertySets (dict[str, PropertySetDescriptor])
- propertySet¶
The property set.
- Type:
- servicePropertySets¶
The services property sets. It’s only valid to set these property sets when the template is an IceBox server template.
- Type:
Notes
The Slice compiler generated this dataclass from Slice struct
::IceGrid::ServerInstanceDescriptor.