Show / Hide Table of Contents

Class TargetSetHealthCheck

Inheritance
System.Object
TargetSetHealthCheck
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 TargetSetHealthCheck

Fields

View Source

HealthyThreshold

Total number of allowed healthy Targets.

Declaration
public readonly int HealthyThreshold
Field Value
Type Description
System.Int32
View Source

Interval

The interval for the health check.

Declaration
public readonly int Interval
Field Value
Type Description
System.Int32
View Source

Path

The path to perform the health check.

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

Port

The port on which the load balancer is listening.

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

Protocol

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

Declaration
public readonly string Protocol
Field Value
Type Description
System.String
View Source

Timeout

The time out for the health check.

Declaration
public readonly int Timeout
Field Value
Type Description
System.Int32
View Source

UnhealthyThreshold

Total number of allowed unhealthy Targets.

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