Class ComputeEnumConstants.HealthStatus.HealthState (2.1.0)

public static class 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