Class HealthCheckCheck
Inheritance
System.Object
HealthCheckCheck
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.Outputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class HealthCheckCheck
Fields
View SourceEndpoint
The destination for the request.
Declaration
public readonly string Endpoint
Field Value
| Type | Description |
|---|---|
| System.String |
Healthy
The number of consecutive successful health checks that must occur before declaring an instance healthy.
Declaration
public readonly int Healthy
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Interval
The amount of time (in seconds) between each health check (minimum: 10).
Declaration
public readonly int Interval
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Port
The port of the Spotinst HCS (default: 80).
Declaration
public readonly int Port
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Protocol
The protocol to use to connect with the instance. Valid values: http, https.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |
Timeout
the amount of time (in seconds) to wait when receiving a response from the health check.
Declaration
public readonly int Timeout
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Unhealthy
The number of consecutive failed health checks that must occur before declaring an instance unhealthy.
Declaration
public readonly int Unhealthy
Field Value
| Type | Description |
|---|---|
| System.Int32 |