Enum Allocation.Status (0.1.0)

public enum Allocation.Status extends Enum<Allocation.Status> implements ProtocolMessageEnum

The status of the reservation.

Protobuf enum google.cloud.capacityplanner.v1beta.Allocation.Status

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATING

Resources are being allocated for the reservation.

CREATING = 2;

CREATING_VALUE

Resources are being allocated for the reservation.

CREATING = 2;

DELETING

Reservation is currently being deleted.

DELETING = 4;

DELETING_VALUE

Reservation is currently being deleted.

DELETING = 4;

INVALID

Invalid Reservation

INVALID = 1;

INVALID_VALUE

Invalid Reservation

INVALID = 1;

READY

Reservation has allocated all its resources.

READY = 3;

READY_VALUE

Reservation has allocated all its resources.

READY = 3;

STATUS_UNSPECIFIED

Default value. This value is unused.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

STATUS_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Reservation is currently being resized.

UPDATING = 5;

UPDATING_VALUE

Reservation is currently being resized.

UPDATING = 5;

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