public static class ComputeEnumConstants.ManagedInstanceInstanceHealth.DetailedHealthStateReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.ManagedInstanceInstanceHealth.DetailedHealthState.
Constants for wire representations of the ManagedInstanceInstanceHealth.Types.DetailedHealthState 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 |
|
Timeout
public const string Timeout = "TIMEOUT"Wire representation of Timeout .
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedDetailedHealthState
public const string UndefinedDetailedHealthState = "UNDEFINED_DETAILED_HEALTH_STATE"Wire representation of UndefinedDetailedHealthState .
| 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 |
|