public enum BackupConfigDetails.Types.StateReference documentation and code samples for the Backup and DR Service v1 API enum BackupConfigDetails.Types.State.
The state tells whether the backup config is active or not.
Namespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
The config is in an active state protecting the resource |
Error |
The config still exists but because of some error state it is not protecting the resource. Like the source project is deleted. For eg. PlanAssociation, BackupPlan is deleted. |
Inactive |
The config is currently not protecting the resource. Either because it is disabled or the owning project has been deleted without cleanup of the actual resource. |
Unspecified |
Backup config state not set. |