Module: Google::Cloud::GkeBackup::V1::VolumeRestore::State
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/volume.rb
Overview
The current state of a VolumeRestore
Constant Summary collapse
- STATE_UNSPECIFIED =
This is an illegal state and should not be encountered.
0
- CREATING =
A volume for the restore was identified and restore process is about to start.
1
- RESTORING =
The volume is currently being restored.
2
- SUCCEEDED =
The volume has been successfully restored.
3
- FAILED =
The volume restoration process failed.
4
- DELETING =
This VolumeRestore resource is in the process of being deleted.
5