Class ServiceSchedulingMode
Orchestration scheduling mode for the service.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class ServiceSchedulingMode
Properties
Global
Global scheduling mode options.
Declaration
public ServiceGlobalSchedulingMode Global { get; set; }
Property Value
Type | Description |
---|---|
ServiceGlobalSchedulingMode |
Replicated
Replicated scheduling mode options.
Declaration
public ServiceReplicatedSchedulingMode Replicated { get; set; }
Property Value
Type | Description |
---|---|
ServiceReplicatedSchedulingMode |
Methods
Normalize()
Recursively ensures ensures that any null class or list related properties are replaced with instances with default values or empty lists.
Declaration
public void Normalize()