Reference documentation and code samples for the Compute V1 Client class HealthStatus.
The health status of the reservation subBlock.
Protobuf type google.cloud.compute.v1.ReservationSubBlockHealthInfo.HealthStatus
Namespace
Google \ Cloud \ Compute \ V1 \ ReservationSubBlockHealthInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_HEALTH_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_HEALTH_STATUS = 0;
DEGRADED
Value: 396890926
The reservation subBlock is degraded.
Generated from protobuf enum DEGRADED = 396890926;
HEALTHY
Value: 439801213
The reservation subBlock is healthy.
Generated from protobuf enum HEALTHY = 439801213;
HEALTH_STATUS_UNSPECIFIED
Value: 482246925
The health status of the reservation subBlock is unspecified.
Generated from protobuf enum HEALTH_STATUS_UNSPECIFIED = 482246925;