Class ComputeEnumConstants.HealthStatusForNetworkEndpoint.HealthState (1.3.0)

public static class HealthState

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

Inheritance

Object > ComputeEnumConstants.HealthStatusForNetworkEndpoint.HealthState

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Draining

public const string Draining = "DRAINING"

Wire representation of Draining.

Field Value
TypeDescription
String

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

Unknown

public const string Unknown = "UNKNOWN"

Wire representation of Unknown.

Field Value
TypeDescription
String