public static class ComputeEnumConstants.ReservationBlockHealthInfo.HealthStatusReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.ReservationBlockHealthInfo.HealthStatus.
Constants for wire representations of the ReservationBlockHealthInfo.Types.HealthStatus enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Degraded
public const string Degraded = "DEGRADED"Wire representation of Degraded .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Healthy
public const string Healthy = "HEALTHY"Wire representation of Healthy.
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedHealthStatus
public const string UndefinedHealthStatus = "UNDEFINED_HEALTH_STATUS"Wire representation of UndefinedHealthStatus .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unspecified
public const string Unspecified = "HEALTH_STATUS_UNSPECIFIED"Wire representation of Unspecified .
| Field Value | |
|---|---|
| Type | Description |
string |
|