Google Cloud BeyondCorp AppConnectors V1 Client - Class HealthStatus (0.1.6)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;