Compute V1 Client - Class HealthStatus (2.0.0)

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

The health status of the reservation.

Protobuf type google.cloud.compute.v1.AllocationResourceStatusHealthInfo.HealthStatus

Namespace

Google \ Cloud \ Compute \ V1 \ AllocationResourceStatusHealthInfo

Methods

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 is degraded.

Generated from protobuf enum DEGRADED = 396890926;

HEALTHY

Value: 439801213

The reservation is healthy.

Generated from protobuf enum HEALTHY = 439801213;

HEALTH_STATUS_UNSPECIFIED

Value: 482246925

The health status of the reservation is unspecified.

Generated from protobuf enum HEALTH_STATUS_UNSPECIFIED = 482246925;