Show / Hide Table of Contents

Enum DrProtectionGroupLifecycleState

The lifecycle states of a DR protection group.

  • CREATING - DR protection group is being created.
  • ACTIVE - DR protection group is active and available for operations.
  • UPDATING - DR protection group is being updated and is not available for operations.
  • INACTIVE - The DR protection group is locked because a DR Drill is in progress.
  • NEEDS_ATTENTION - DR protection group needs user attention.
  • DELETING - DR protection group is being deleted.
  • DELETED - DR protection group has been deleted.
  • FAILED - DR protection group is in a failed state.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum DrProtectionGroupLifecycleState

Fields

Name Description
Active
Creating
Deleted
Deleting
Failed
Inactive
NeedsAttention
UnknownEnumValue
Updating
In this article
Back to top