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

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

The current state of a VolumeBackup

Constants

STATE_UNSPECIFIED

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

CREATING

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

SNAPSHOTTING

value: 2
The volume backup operation has begun and is in the initial "snapshot" phase of the process. Any defined ProtectedApplication "pre" hooks will be executed before entering this state and "post" hooks will be executed upon leaving this state.

UPLOADING

value: 3
The snapshot phase of the volume backup operation has completed and the snapshot is now being uploaded to backup storage.

SUCCEEDED

value: 4
The volume backup operation has completed successfully.

FAILED

value: 5
The volume backup operation has failed.

DELETING

value: 6
This VolumeBackup resource (and its associated artifacts) is in the process of being deleted.