Enum NodeTemplate.Types.Status (1.3.0)

public enum Status

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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Creating

Resources are being allocated.

Deleting

The node template is currently being deleted.

Invalid

Invalid status.

Ready

The node template is ready.

UndefinedStatus

A value indicating that the enum field is not set.