Module: Google::Cloud::BackupDR::V1::DataSource::State

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

Overview

Holds the state of the data source resource.

Constant Summary collapse

STATE_UNSPECIFIED =

State not set.

0
CREATING =

The data source is being created.

1
ACTIVE =

The data source has been created and is fully usable.

2
DELETING =

The data source is being deleted.

3
ERROR =

The data source is experiencing an issue and might be unusable.

4