Show / Hide Table of Contents

Enum DrPlanLifecycleSubState

The secondary lifecycle states of a DR plan. Provides information in addition to the lifecycle state.

  • NEEDS_REFRESH - The DR plan needs a refresh.
  • NEEDS_VERIFICATION - The DR plan needs verification.
  • REFRESHING - The DR plan is being updated due to a plan refresh.
  • VERIFYING - The DR plan is being updated due to a plan verification.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum DrPlanLifecycleSubState

Fields

Name Description
NeedsRefresh
NeedsVerification
Refreshing
UnknownEnumValue
Verifying
In this article
Back to top