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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]