Compute Engine v1 API - Enum InstantSnapshot.Types.Status (2.16.0)

public enum InstantSnapshot.Types.Status

Reference documentation and code samples for the Compute Engine v1 API enum InstantSnapshot.Types.Status.

[Output Only] The status of the instantSnapshot. This can be CREATING, DELETING, FAILED, or READY.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Creating

InstantSnapshot creation is in progress.

Deleting

InstantSnapshot is currently being deleted.

Failed

InstantSnapshot creation failed.

Ready

InstantSnapshot has been created successfully.

Unavailable

InstantSnapshot is currently unavailable and cannot be used for Disk restoration

UndefinedStatus

A value indicating that the enum field is not set.