Click or drag to resize
ServiceComposition Enumeration
The different compositions a service can have.

Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: 
Syntax
public enum ServiceComposition
Members
  Member nameValueDescription
None0 The default value. It does not have the EnumMember attribute since this value should not be serialized.
Single1 The service can only have one single member.
Cluster2 The service can contain one or more members, working as a cluser.
See Also