public static class ComputeEnumConstants.GetHealthOperationMetadataHealthInfo.HealthStatusReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.GetHealthOperationMetadataHealthInfo.HealthStatus.
Constants for wire representations of the GetHealthOperationMetadataHealthInfo.Types.HealthStatus enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Healthy
public const string Healthy = "HEALTH_STATUS_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 |
|
Unhealthy
public const string Unhealthy = "HEALTH_STATUS_UNHEALTHY"Wire representation of Unhealthy .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unspecified
public const string Unspecified = "HEALTH_STATUS_UNSPECIFIED"Wire representation of Unspecified .
| Field Value | |
|---|---|
| Type | Description |
string |
|