Enum ReservationSubBlockHealthInfo.HealthStatus (1.82.0)

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

The health status of the reservation subBlock.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEGRADED

The reservation subBlock is degraded.

DEGRADED = 396890926;

DEGRADED_VALUE

The reservation subBlock is degraded.

DEGRADED = 396890926;

HEALTHY

The reservation subBlock is healthy.

HEALTHY = 439801213;

HEALTHY_VALUE

The reservation subBlock is healthy.

HEALTHY = 439801213;

HEALTH_STATUS_UNSPECIFIED

The health status of the reservation subBlock is unspecified.

HEALTH_STATUS_UNSPECIFIED = 482246925;

HEALTH_STATUS_UNSPECIFIED_VALUE

The health status of the reservation subBlock 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()