Enum ServiceMode
Enumerates the service modes.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public enum ServiceMode
Fields
| Name | Description |
|---|---|
| Global | Service should deploy on all hosts that satisfy the constraints. |
| Replicated | Service should deploy a specified number of replicas on nodes that satisfy the constraints. |