Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class State.
The current state of a VolumeBackup
Protobuf type google.cloud.gkebackup.v1.VolumeBackup.State
Namespace
Google \ Cloud \ GkeBackup \ V1 \ VolumeBackupMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
This is an illegal state and should not be encountered.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
A volume for the backup was identified and backup process is about to start.
Generated from protobuf enum CREATING = 1;
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.
Generated from protobuf enum SNAPSHOTTING = 2;
UPLOADING
Value: 3
The snapshot phase of the volume backup operation has completed and the snapshot is now being uploaded to backup storage.
Generated from protobuf enum UPLOADING = 3;
SUCCEEDED
Value: 4
The volume backup operation has completed successfully.
Generated from protobuf enum SUCCEEDED = 4;
FAILED
Value: 5
The volume backup operation has failed.
Generated from protobuf enum FAILED = 5;
DELETING
Value: 6
This VolumeBackup resource (and its associated artifacts) is in the process of being deleted.
Generated from protobuf enum DELETING = 6;