Compute Engine v1 API - Enum NodeTemplate.Types.Status (2.15.0)

public enum NodeTemplate.Types.Status

Reference documentation and code samples for the Compute Engine v1 API enum NodeTemplate.Types.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.