Reference documentation and code samples for the Compute V1 Client class HealthState.
Health state of the associated HealthSource resource.
Protobuf type google.cloud.compute.v1.CompositeHealthChecksGetHealthResponseHealthSourceHealth.HealthState
Namespace
Google \ Cloud \ Compute \ V1 \ CompositeHealthChecksGetHealthResponseHealthSourceHealthMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_HEALTH_STATE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_HEALTH_STATE = 0;
HEALTHY
Value: 439801213Generated from protobuf enum HEALTHY = 439801213;
UNHEALTHY
Value: 462118084Generated from protobuf enum UNHEALTHY = 462118084;
UNKNOWN
Value: 433141802Generated from protobuf enum UNKNOWN = 433141802;