public static class ComputeEnumConstants.CompositeHealthChecksGetHealthResponseHealthSourceHealth.HealthStateReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.CompositeHealthChecksGetHealthResponseHealthSourceHealth.HealthState.
Constants for wire representations of the CompositeHealthChecksGetHealthResponseHealthSourceHealth.Types.HealthState enum.
Inheritance
object > ComputeEnumConstants.CompositeHealthChecksGetHealthResponseHealthSourceHealth.HealthStateNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
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 |
|