public enum InstantSnapshot.Types.StatusReference documentation and code samples for the Compute Engine v1 API enum InstantSnapshot.Types.Status.
Output only. [Output Only] The status of the instantSnapshot. This can beCREATING, DELETING, FAILED, orREADY.
Namespace
Google.Cloud.Compute.V1Assembly
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. |