Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionOptions.PlanExecutionType
-
Packages that use DrPlanExecutionOptions.PlanExecutionType Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanExecutionOptions.PlanExecutionType in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionOptions.PlanExecutionType Modifier and Type Method Description static DrPlanExecutionOptions.PlanExecutionTypeDrPlanExecutionOptions.PlanExecutionType. create(String key)static DrPlanExecutionOptions.PlanExecutionTypeDrPlanExecutionOptions.PlanExecutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DrPlanExecutionOptions.PlanExecutionType[]DrPlanExecutionOptions.PlanExecutionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-