Show / Hide Table of Contents

Class TargetSetHealthCheckArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TargetSetHealthCheckArgs
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 TargetSetHealthCheckArgs : ResourceArgs

Constructors

View Source

TargetSetHealthCheckArgs()

Declaration
public TargetSetHealthCheckArgs()

Properties

View Source

HealthyThreshold

Total number of allowed healthy Targets.

Declaration
public Input<int> HealthyThreshold { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Interval

The interval for the health check.

Declaration
public Input<int> Interval { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Path

The path to perform the health check.

Declaration
public Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Port

The port on which the load balancer is listening.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Protocol

The protocol to allow connections to the target for the health check.

Declaration
public Input<string> Protocol { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Timeout

The time out for the health check.

Declaration
public Input<int> Timeout { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

UnhealthyThreshold

Total number of allowed unhealthy Targets.

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