Show / Hide Table of Contents

Class BalancerConnectionTimeouts

Inheritance
System.Object
BalancerConnectionTimeouts
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.SpotInst.Multai.Outputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class BalancerConnectionTimeouts

Fields

View Source

Draining

The time for the load balancer to keep connections alive before reporting the target as de-registered, in seconds (range: 1 - 3600).

Declaration
public readonly int? Draining
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Idle

The idle timeout value, in seconds. (range: 1 - 3600).

Declaration
public readonly int? Idle
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.