Enum Reservation.State (2.58.0)

public enum Reservation.State extends Enum<Reservation.State> implements ProtocolMessageEnum

State of the Reservation.

Protobuf enum google.cloud.tpu.v2alpha1.Reservation.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The Reservation is active.

ACTIVE = 5;

ACTIVE_VALUE

The Reservation is active.

ACTIVE = 5;

APPROVED

The Reservation has been approved.

APPROVED = 3;

APPROVED_VALUE

The Reservation has been approved.

APPROVED = 3;

DEPROVISIONING

The Reservation is being deprovisioned.

DEPROVISIONING = 6;

DEPROVISIONING_VALUE

The Reservation is being deprovisioned.

DEPROVISIONING = 6;

EXPIRED

The Reservation is past its end date.

EXPIRED = 7;

EXPIRED_VALUE

The Reservation is past its end date.

EXPIRED = 7;

FAILED

The Reservation encountered a failure during mutation.

FAILED = 8;

FAILED_VALUE

The Reservation encountered a failure during mutation.

FAILED = 8;

PROVISIONING

The Reservation is being provisioned.

PROVISIONING = 4;

PROVISIONING_VALUE

The Reservation is being provisioned.

PROVISIONING = 4;

STATE_UNSPECIFIED

The Reservation state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The Reservation state is unspecified.

STATE_UNSPECIFIED = 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()