Enum ReservationSlot.State (1.101.0)

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

Output only. [Output Only] The state of the reservation slot.

Protobuf enum google.cloud.compute.v1.ReservationSlot.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The reservation slot has allocated all its resources.

ACTIVE = 314733318;

ACTIVE_VALUE

The reservation slot has allocated all its resources.

ACTIVE = 314733318;

CREATING

The resources are being allocated for the reservation slot.

CREATING = 455564985;

CREATING_VALUE

The resources are being allocated for the reservation slot.

CREATING = 455564985;

DELETING

The reservation slot is currently being deleted.

DELETING = 528602024;

DELETING_VALUE

The reservation slot is currently being deleted.

DELETING = 528602024;

STATE_UNSPECIFIED

STATE_UNSPECIFIED = 470755401;

STATE_UNSPECIFIED_VALUE

STATE_UNSPECIFIED = 470755401;

UNAVAILABLE

The reservation slot is currently unavailable.

UNAVAILABLE = 413756464;

UNAVAILABLE_VALUE

The reservation slot is currently unavailable.

UNAVAILABLE = 413756464;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

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