public enum NodeTemplate.Status extends Enum<NodeTemplate.Status> implements ProtocolMessageEnumOutput only. [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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CREATING |
Resources are being allocated. |
CREATING_VALUE |
Resources are being allocated. |
DELETING |
The node template is currently being deleted. |
DELETING_VALUE |
The node template is currently being deleted. |
INVALID |
Invalid status. |
INVALID_VALUE |
Invalid status. |
READY |
The node template is ready. |
READY_VALUE |
The node template is ready. |
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STATUS_VALUE |
A value indicating that the enum field is not set. |
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() |
|