Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionOptionDetails
-
Packages that use DrPlanExecutionOptionDetails Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanExecutionOptionDetails in com.oracle.bmc.disasterrecovery.model
Subclasses of DrPlanExecutionOptionDetails in com.oracle.bmc.disasterrecovery.model Modifier and Type Class Description class
FailoverExecutionOptionDetails
Options for failover execution.class
FailoverPrecheckExecutionOptionDetails
Options for a failover precheck execution.class
StartDrillExecutionOptionDetails
Options for start drill execution.class
StartDrillPrecheckExecutionOptionDetails
Options for start drill precheck execution.class
StopDrillExecutionOptionDetails
Options for stop drill execution.class
StopDrillPrecheckExecutionOptionDetails
Options for stop drill precheck execution.class
SwitchoverExecutionOptionDetails
Options for switchover execution.class
SwitchoverPrecheckExecutionOptionDetails
Options for switchover precheck execution.Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionOptionDetails Modifier and Type Method Description DrPlanExecutionOptionDetails
CreateDrPlanExecutionDetails. getExecutionOptions()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionOptionDetails Modifier and Type Method Description CreateDrPlanExecutionDetails.Builder
CreateDrPlanExecutionDetails.Builder. executionOptions(DrPlanExecutionOptionDetails executionOptions)
Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionOptionDetails Constructor Description CreateDrPlanExecutionDetails(String displayName, String planId, DrPlanExecutionOptionDetails executionOptions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-