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