Show / Hide Table of Contents

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 Source

Endpoint

The destination for the request.

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

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
View Source

Interval

The amount of time (in seconds) between each health check (minimum: 10).

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

Port

The port of the Spotinst HCS (default: 80).

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

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.