Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionOptions
-
Packages that use DrPlanExecutionOptions Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanExecutionOptions in com.oracle.bmc.disasterrecovery.model
Subclasses of DrPlanExecutionOptions in com.oracle.bmc.disasterrecovery.model Modifier and Type Class Description class
FailoverExecutionOptions
Options for failover execution.class
FailoverPrecheckExecutionOptions
Options for failover precheck execution.class
StartDrillExecutionOptions
Options for start drill execution.class
StartDrillPrecheckExecutionOptions
Options for start drill precheck execution.class
StopDrillExecutionOptions
Options for stop drill execution.class
StopDrillPrecheckExecutionOptions
Options for stop drill precheck execution.class
SwitchoverExecutionOptions
Options for switchover execution.class
SwitchoverPrecheckExecutionOptions
Options for switchover precheck execution.Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionOptions Modifier and Type Method Description DrPlanExecutionOptions
DrPlanExecution. getExecutionOptions()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionOptions Modifier and Type Method Description DrPlanExecution.Builder
DrPlanExecution.Builder. executionOptions(DrPlanExecutionOptions executionOptions)
Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionOptions Constructor Description DrPlanExecution(String id, String compartmentId, String displayName, String planId, DrPlanExecutionType planExecutionType, DrPlanExecutionOptions executionOptions, String drProtectionGroupId, String peerDrProtectionGroupId, String peerRegion, ObjectStorageLogLocation logLocation, Date timeCreated, Date timeStarted, Date timeUpdated, Date timeEnded, Integer executionDurationInSec, List<DrPlanGroupExecution> groupExecutions, DrPlanExecutionLifecycleState lifecycleState, String lifeCycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-