Module: Google::Cloud::BackupDR::V1::BackupPlanAssociation::State

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

Overview

Enum for State of BackupPlan Association

Constant Summary collapse

STATE_UNSPECIFIED =

State not set.

0
CREATING =

The resource is being created.

1
ACTIVE =

The resource has been created and is fully usable.

2
DELETING =

The resource is being deleted.

3
INACTIVE =

The resource has been created but is not usable.

4