Enum ReservationBlock.Status (1.73.0)

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

[Output Only] Status of the reservation block.

Protobuf enum google.cloud.compute.v1.ReservationBlock.Status

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATING

Resources are being allocated for the reservation block.

CREATING = 455564985;

CREATING_VALUE

Resources are being allocated for the reservation block.

CREATING = 455564985;

DELETING

Reservation block is currently being deleted.

DELETING = 528602024;

DELETING_VALUE

Reservation block is currently being deleted.

DELETING = 528602024;

INVALID

INVALID = 530283991;

INVALID_VALUE

INVALID = 530283991;

READY

Reservation block has allocated all its resources.

READY = 77848963;

READY_VALUE

Reservation block has allocated all its resources.

READY = 77848963;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

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