status property
The status of the node template.
One of the following values: CREATING, READY, and DELETING.
Output only. Possible string values are:
- "CREATING" : Resources are being allocated.
- "DELETING" : The node template is currently being deleted.
- "INVALID" : Invalid status.
- "READY" : The node template is ready.
Implementation
core.String? status;