Module: Google::Cloud::BackupDR::V1::BackupPlan::State
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupplan.rb
Overview
State
enumerates the possible states for a BackupPlan
.
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