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.

State

Protobuf type google.cloud.gkebackup.v1.Backup.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The Backup resource is in the process of being created.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The Backup resource has been created and the associated BackupJob Kubernetes resource has been injected into the source cluster.

Generated from protobuf enum CREATING = 1;

IN_PROGRESS

Value: 2

The gkebackup agent in the cluster has begun executing the backup operation.

Generated from protobuf enum IN_PROGRESS = 2;

SUCCEEDED

Value: 3

The backup operation has completed successfully.

Generated from protobuf enum SUCCEEDED = 3;

FAILED

Value: 4

The backup operation has failed.

Generated from protobuf enum FAILED = 4;

DELETING

Value: 5

This Backup resource (and its associated artifacts) is in the process of being deleted.

Generated from protobuf enum DELETING = 5;