public static class HealthState
Constants for wire representations of the HealthStatusForNetworkEndpoint.Types.HealthState enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Draining
public const string Draining = "DRAINING"
Wire representation of Draining.
Field Value | |
---|---|
Type | Description |
String |
Healthy
public const string Healthy = "HEALTHY"
Wire representation of Healthy.
Field Value | |
---|---|
Type | Description |
String |
UndefinedHealthState
public const string UndefinedHealthState = "UNDEFINED_HEALTH_STATE"
Wire representation of UndefinedHealthState.
Field Value | |
---|---|
Type | Description |
String |
Unhealthy
public const string Unhealthy = "UNHEALTHY"
Wire representation of Unhealthy.
Field Value | |
---|---|
Type | Description |
String |
Unknown
public const string Unknown = "UNKNOWN"
Wire representation of Unknown.
Field Value | |
---|---|
Type | Description |
String |