Show / Hide Table of Contents

Class ServiceConvergeConfig

Inheritance
System.Object
ServiceConvergeConfig
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 ServiceConvergeConfig

Fields

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 readonly string Delay
Field Value
Type Description
System.String
View Source

Timeout

The timeout of the service to reach the desired state (s|m). Default: 3m.

Declaration
public readonly string Timeout
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.