Show / Hide Table of Contents

Class BalancerConnectionTimeoutsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BalancerConnectionTimeoutsArgs
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.SpotInst.Multai.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class BalancerConnectionTimeoutsArgs : ResourceArgs

Constructors

View Source

BalancerConnectionTimeoutsArgs()

Declaration
public BalancerConnectionTimeoutsArgs()

Properties

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 Input<int> Draining { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Idle

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

Declaration
public Input<int> Idle { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.