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 SourceDraining
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> |
Idle
The idle timeout value, in seconds. (range: 1 - 3600).
Declaration
public readonly int? Idle
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |