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 SourceHealthyThreshold
Total number of allowed healthy Targets.
Declaration
public readonly int HealthyThreshold
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Interval
The interval for the health check.
Declaration
public readonly int Interval
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Path
The path to perform the health check.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Port
The port on which the load balancer is listening.
Declaration
public readonly int? Port
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Protocol
The protocol to allow connections to the target for the health check.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |
Timeout
The time out for the health check.
Declaration
public readonly int Timeout
Field Value
| Type | Description |
|---|---|
| System.Int32 |
UnhealthyThreshold
Total number of allowed unhealthy Targets.
Declaration
public readonly int UnhealthyThreshold
Field Value
| Type | Description |
|---|---|
| System.Int32 |