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.

455564985
DELETING =

The node template is currently being deleted.

528602024
INVALID =

Invalid status.

530283991
READY =

The node template is ready.

77848963