Show / Hide Table of Contents

Enum AutomaticDrConfigurationLifecycleSubState

The secondary lifecycle states of an Automatic DR configuration. Provides information in addition to the lifecycle state.

  • RESOURCE_PRINCIPAL_VALIDATION_FAILED - Resource principal validation has failed.
  • DR_PLAN_NEEDS_ATTENTION - One or more default DR Plans associated with this Automatic DR configuration are not in an 'Active' state.
  • DR_PLAN_INACTIVE - One or more default DR Plans associated with this Automatic DR configuration are in an 'Inactive' state.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum AutomaticDrConfigurationLifecycleSubState

Fields

Name Description
DrPlanInactive
DrPlanNeedsAttention
ResourcePrincipalValidationFailed
UnknownEnumValue
In this article
Back to top