Module: Google::Cloud::GkeBackup::V1::Backup::State

Defined in:
proto_docs/google/cloud/gkebackup/v1/backup.rb

Overview

State

Constant Summary collapse

STATE_UNSPECIFIED =

The Backup resource is in the process of being created.

0
CREATING =

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

1
IN_PROGRESS =

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

2
SUCCEEDED =

The backup operation has completed successfully.

3
FAILED =

The backup operation has failed.

4
DELETING =

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

5