Enum NodeTemplate.Status (1.26.0)

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

[Output Only] The status of the node template. One of the following values: CREATING, READY, and DELETING.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

Resources are being allocated.

CREATING = 455564985;

CREATING_VALUE

Resources are being allocated.

CREATING = 455564985;

DELETING

The node template is currently being deleted.

DELETING = 528602024;

DELETING_VALUE

The node template is currently being deleted.

DELETING = 528602024;

INVALID

Invalid status.

INVALID = 530283991;

INVALID_VALUE

Invalid status.

INVALID = 530283991;

READY

The node template is ready.

READY = 77848963;

READY_VALUE

The node template is ready.

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

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