Enum DrPlanLifecycleState
The lifecycle states of a DR plan.
- CREATING - DR plan is being created.
- UPDATING - DR plan is being updated.
- ACTIVE - DR plan is active and available for operations.
- INACTIVE - DR plan is inactive and is not available for operations.
- DELETING - DR plan is being deleted.
- DELETED - DR plan has been deleted.
- FAILED - DR plan creation failed.
- NEEDS_ATTENTION - DR plan has failed to update.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum DrPlanLifecycleState
Fields
| Name | Description |
|---|---|
| Active | |
| Creating | |
| Deleted | |
| Deleting | |
| Failed | |
| Inactive | |
| NeedsAttention | |
| UnknownEnumValue | |
| Updating |