Backup for GKE V1 API - Module Google::Cloud::GkeBackup::V1::VolumeRestore::State (v0.9.0)

Reference documentation and code samples for the Backup for GKE V1 API module Google::Cloud::GkeBackup::V1::VolumeRestore::State.

The current state of a VolumeRestore

Constants

STATE_UNSPECIFIED

value: 0
This is an illegal state and should not be encountered.

CREATING

value: 1
A volume for the restore was identified and restore process is about to start.

RESTORING

value: 2
The volume is currently being restored.

SUCCEEDED

value: 3
The volume has been successfully restored.

FAILED

value: 4
The volume restoration process failed.

DELETING

value: 5
This VolumeRestore resource is in the process of being deleted.