Show / Hide Table of Contents

Class ServiceConvergeConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceConvergeConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

ServiceConvergeConfigArgs()

Declaration
public ServiceConvergeConfigArgs()

Properties

View Source

Delay

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.