Enum Reservation.Status (1.51.0)

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

[Output Only] The status of the reservation.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Resources are being allocated for the reservation.

CREATING = 455564985;

CREATING_VALUE

Resources are being allocated for the reservation.

CREATING = 455564985;

DELETING

Reservation is currently being deleted.

DELETING = 528602024;

DELETING_VALUE

Reservation is currently being deleted.

DELETING = 528602024;

INVALID

INVALID = 530283991;

INVALID_VALUE

INVALID = 530283991;

READY

Reservation has allocated all its resources.

READY = 77848963;

READY_VALUE

Reservation 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
UPDATING

Reservation is currently being resized.

UPDATING = 494614342;

UPDATING_VALUE

Reservation is currently being resized.

UPDATING = 494614342;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()