Class ServiceConvergeConfigArgs
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.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceConvergeConfigArgs : ResourceArgs
Constructors
View SourceServiceConvergeConfigArgs()
Declaration
public ServiceConvergeConfigArgs()
Properties
View SourceDelay
Time between each the check to check docker endpoint (ms|s|m|h). For example, to check if
all tasks are up when a service is created, or to check if all tasks are successfully updated on an update. Default: 7s.
Declaration
public Input<string> Delay { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Timeout
The timeout of the service to reach the desired state (s|m). Default: 3m.
Declaration
public Input<string> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |