Enum QueuedResourceState.State (2.9.0)

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

Output only state of the request

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACCEPTED

The QueuedResource request has passed initial validation/admission control and has been persisted in the queue.

ACCEPTED = 2;

ACCEPTED_VALUE

The QueuedResource request has passed initial validation/admission control and has been persisted in the queue.

ACCEPTED = 2;

ACTIVE

The resources specified in the QueuedResource request have been provisioned and are ready for use by the end-user/consumer.

ACTIVE = 6;

ACTIVE_VALUE

The resources specified in the QueuedResource request have been provisioned and are ready for use by the end-user/consumer.

ACTIVE = 6;

CREATING

The QueuedResource request has been received. We're still working on determining if we will be able to honor this request.

CREATING = 1;

CREATING_VALUE

The QueuedResource request has been received. We're still working on determining if we will be able to honor this request.

CREATING = 1;

DELETING

The QueuedResource is being deleted.

DELETING = 5;

DELETING_VALUE

The QueuedResource is being deleted.

DELETING = 5;

FAILED

The request could not be completed. This may be due to some late-discovered problem with the request itself, or due to unavailability of resources within the constraints of the request (e.g., the 'valid until' start timing constraint expired).

FAILED = 4;

FAILED_VALUE

The request could not be completed. This may be due to some late-discovered problem with the request itself, or due to unavailability of resources within the constraints of the request (e.g., the 'valid until' start timing constraint expired).

FAILED = 4;

PROVISIONING

The QueuedResource request has been selected. The associated resources are currently being provisioned (or very soon will begin provisioning).

PROVISIONING = 3;

PROVISIONING_VALUE

The QueuedResource request has been selected. The associated resources are currently being provisioned (or very soon will begin provisioning).

PROVISIONING = 3;

STATE_UNSPECIFIED

State of the QueuedResource request is not known/set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State of the QueuedResource request is not known/set.

STATE_UNSPECIFIED = 0;

SUSPENDED

The resources specified in the QueuedResource request have been deleted.

SUSPENDED = 8;

SUSPENDED_VALUE

The resources specified in the QueuedResource request have been deleted.

SUSPENDED = 8;

SUSPENDING

The resources specified in the QueuedResource request are being deleted. This may have been initiated by the user, or the Cloud TPU service. Inspect the state data for more details.

SUSPENDING = 7;

SUSPENDING_VALUE

The resources specified in the QueuedResource request are being deleted. This may have been initiated by the user, or the Cloud TPU service. Inspect the state data for more details.

SUSPENDING = 7;

UNRECOGNIZED

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