Compute Engine v1 API - Class ComputeEnumConstants.HealthStatus.HealthState (2.15.0)

public static class ComputeEnumConstants.HealthStatus.HealthState

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.HealthStatus.HealthState.

Constants for wire representations of the HealthStatus.Types.HealthState enum.

Inheritance

object > ComputeEnumConstants.HealthStatus.HealthState

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Healthy

public const string Healthy = "HEALTHY"

Wire representation of Healthy.

Field Value
TypeDescription
string

UndefinedHealthState

public const string UndefinedHealthState = "UNDEFINED_HEALTH_STATE"

Wire representation of UndefinedHealthState.

Field Value
TypeDescription
string

Unhealthy

public const string Unhealthy = "UNHEALTHY"

Wire representation of Unhealthy.

Field Value
TypeDescription
string