status property
The status of the instantSnapshot.
This can beCREATING, DELETING, FAILED, orREADY.
Output only. Possible string values are:
- "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
Implementation
core.String? status;