Class BalancerConnectionTimeoutsArgs
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.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class BalancerConnectionTimeoutsArgs : ResourceArgs
Constructors
View SourceBalancerConnectionTimeoutsArgs()
Declaration
public BalancerConnectionTimeoutsArgs()
Properties
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 Input<int> Draining { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Idle
The idle timeout value, in seconds. (range: 1 - 3600).
Declaration
public Input<int> Idle { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |