Google Cloud Gke Backup V1 Client - Class State (0.1.7)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;