Reference documentation and code samples for the Google Cloud BeyondCorp AppConnectors V1 Client class HealthStatus.
HealthStatus represents the health status.
Protobuf type google.cloud.beyondcorp.appconnectors.v1.HealthStatus
Namespace
Google \ Cloud \ BeyondCorp \ AppConnectors \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
HEALTH_STATUS_UNSPECIFIED
Value: 0
Health status is unknown: not initialized or failed to retrieve.
Generated from protobuf enum HEALTH_STATUS_UNSPECIFIED = 0;
HEALTHY
Value: 1
The resource is healthy.
Generated from protobuf enum HEALTHY = 1;
UNHEALTHY
Value: 2
The resource is unhealthy.
Generated from protobuf enum UNHEALTHY = 2;
UNRESPONSIVE
Value: 3
The resource is unresponsive.
Generated from protobuf enum UNRESPONSIVE = 3;
DEGRADED
Value: 4
Some sub-resources are UNHEALTHY.
Generated from protobuf enum DEGRADED = 4;