IceGrid.NodeDescriptor¶
- class IceGrid.NodeDescriptor(variables: dict[str, str] = <factory>, serverInstances: list[ServerInstanceDescriptor] = <factory>, servers: list[ServerDescriptor | None] = <factory>, loadFactor: str = '', description: str = '', propertySets: dict[str, PropertySetDescriptor] = <factory>)¶
Bases:
objectDescribes an IceGrid node.
- Parameters:
serverInstances (list[ServerInstanceDescriptor])
servers (list[ServerDescriptor | None])
loadFactor (str)
description (str)
propertySets (dict[str, PropertySetDescriptor])
- serverInstances¶
The server instances (template instances).
- Type:
- servers¶
Servers that are not template instances.
- Type:
list[ServerDescriptor | None]
- propertySets¶
Property set descriptors.
- Type:
Notes
The Slice compiler generated this dataclass from Slice struct
::IceGrid::NodeDescriptor.