Module: Google::Cloud::BackupDR::V1::Backup::State

Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault.rb

Overview

Holds the state of the backup resource.

Constant Summary collapse

STATE_UNSPECIFIED =

State not set.

0
CREATING =

The backup is being created.

1
ACTIVE =

The backup has been created and is fully usable.

2
DELETING =

The backup is being deleted.

3
ERROR =

The backup is experiencing an issue and might be unusable.

4