Enum ReservationBlockHealthInfo.HealthStatus (1.82.0)

public enum ReservationBlockHealthInfo.HealthStatus extends Enum<ReservationBlockHealthInfo.HealthStatus> implements ProtocolMessageEnum

The health status of the reservation block.

Protobuf enum google.cloud.compute.v1.ReservationBlockHealthInfo.HealthStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEGRADED

The reservation block is degraded.

DEGRADED = 396890926;

DEGRADED_VALUE

The reservation block is degraded.

DEGRADED = 396890926;

HEALTHY

The reservation block is healthy.

HEALTHY = 439801213;

HEALTHY_VALUE

The reservation block is healthy.

HEALTHY = 439801213;

HEALTH_STATUS_UNSPECIFIED

The health status of the reservation block is unspecified.

HEALTH_STATUS_UNSPECIFIED = 482246925;

HEALTH_STATUS_UNSPECIFIED_VALUE

The health status of the reservation block is unspecified.

HEALTH_STATUS_UNSPECIFIED = 482246925;

UNDEFINED_HEALTH_STATUS

A value indicating that the enum field is not set.

UNDEFINED_HEALTH_STATUS = 0;

UNDEFINED_HEALTH_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_HEALTH_STATUS = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()