ServiceComposition Enum
Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: PIX.dll
Assembly: PIX.dll
The different compositions a service can have.
Syntax
public enum ServiceCompositionFields
| Name | Description |
|---|---|
| Cluster |
The service can contain one or more members, working as a cluser. |
| None |
The default value. It does not have the EnumMember attribute since this value should not be serialized. |
| Single |
The service can only have one single member. |