Class ServiceUpdateConfig
Inheritance
System.Object
ServiceUpdateConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Docker.Outputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceUpdateConfig
Fields
View SourceDelay
Delay between updates (ns|us|ms|s|m|h), e.g. 5s.
Declaration
public readonly string Delay
Field Value
| Type | Description |
|---|---|
| System.String |
FailureAction
Action on update failure: pause|continue|rollback.
Declaration
public readonly string FailureAction
Field Value
| Type | Description |
|---|---|
| System.String |
MaxFailureRatio
The failure rate to tolerate during an update as float. Important: the floatneed to be wrapped in a string to avoid internal
casting and precision errors.
Declaration
public readonly string MaxFailureRatio
Field Value
| Type | Description |
|---|---|
| System.String |
Monitor
Duration after each task update to monitor for failure (ns|us|ms|s|m|h)
Declaration
public readonly string Monitor
Field Value
| Type | Description |
|---|---|
| System.String |
Order
Update order either 'stop-first' or 'start-first'.
Declaration
public readonly string Order
Field Value
| Type | Description |
|---|---|
| System.String |
Parallelism
The maximum number of tasks to be updated in one iteration simultaneously (0 to update all at once).
Declaration
public readonly int? Parallelism
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |