Show / Hide Table of Contents

Enum AutomaticDrPlanExecutionSubmissionStatus

The status of most recent attempt to submit Automatic DR plan execution.

  • AUTOMATIC_DR_EXECUTION_STARTED_SUCCESSFULLY - Event processed and Automatic DR execution was started successfully.
  • AUTOMATIC_DR_EXECUTION_BLOCKED_VALIDATION_FAILED - Event processed but Automatic DR execution submission failed due to validation error.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum AutomaticDrPlanExecutionSubmissionStatus

Fields

Name Description
AutomaticDrExecutionBlockedValidationFailed
AutomaticDrExecutionStartedSuccessfully
UnknownEnumValue
In this article
Back to top