Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionType
-
Packages that use DrPlanExecutionType Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanExecutionType in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionType Modifier and Type Method Description static DrPlanExecutionTypeDrPlanExecutionType. create(String key)DrPlanExecutionTypeDrPlanExecution. getPlanExecutionType()The type of the DR plan executed.DrPlanExecutionTypeDrPlanExecutionSummary. getPlanExecutionType()The type of the DR plan execution.static DrPlanExecutionTypeDrPlanExecutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DrPlanExecutionType[]DrPlanExecutionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionType Modifier and Type Method Description DrPlanExecution.BuilderDrPlanExecution.Builder. planExecutionType(DrPlanExecutionType planExecutionType)The type of the DR plan executed.DrPlanExecutionSummary.BuilderDrPlanExecutionSummary.Builder. planExecutionType(DrPlanExecutionType planExecutionType)The type of the DR plan execution.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionType 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, Boolean isAutomatic, AutomaticExecutionDetails automaticExecutionDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.DrPlanExecutionSummary(String id, String compartmentId, String displayName, String planId, DrPlanExecutionType planExecutionType, String drProtectionGroupId, String peerDrProtectionGroupId, String peerRegion, ObjectStorageLogLocation logLocation, Date timeCreated, Date timeStarted, Date timeUpdated, Date timeEnded, Integer executionDurationInSec, DrPlanExecutionLifecycleState lifecycleState, String lifeCycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-