Module: Google::Cloud::Compute::V1::NodeTemplate::Status
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[Output Only] The status of the node template. One of the following values: CREATING, READY, and DELETING.
Constant Summary collapse
- UNDEFINED_STATUS =
A value indicating that the enum field is not set.
0
- CREATING =
Resources are being allocated.
455_564_985
- DELETING =
The node template is currently being deleted.
528_602_024
- INVALID =
Invalid status.
530_283_991
- READY =
The node template is ready.
77_848_963