Compute V1 Client - Class HealthState (2.0.0)

Reference documentation and code samples for the Compute V1 Client class HealthState.

Health state of the network endpoint determined based on the health checks configured.

Additional supported values which may be not listed in the enum directly due to technical reasons: DRAINING HEALTHY UNHEALTHY UNKNOWN

Protobuf type google.cloud.compute.v1.HealthStatusForNetworkEndpoint.HealthState

Namespace

Google \ Cloud \ Compute \ V1 \ HealthStatusForNetworkEndpoint

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_HEALTH_STATE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_HEALTH_STATE = 0;

DRAINING

Value: 480455402

Generated from protobuf enum DRAINING = 480455402;

HEALTHY

Value: 439801213

Generated from protobuf enum HEALTHY = 439801213;

UNHEALTHY

Value: 462118084

Generated from protobuf enum UNHEALTHY = 462118084;

UNKNOWN

Value: 433141802

Generated from protobuf enum UNKNOWN = 433141802;