Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionStepStatusCounts
-
Packages that use DrPlanExecutionStepStatusCounts Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanExecutionStepStatusCounts in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionStepStatusCounts Modifier and Type Method Description DrPlanExecutionStepStatusCountsDrPlanExecutionStepStatusCounts.Builder. build()DrPlanExecutionStepStatusCountsDrPlanExecution. getStepStatusCounts()Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionStepStatusCounts Modifier and Type Method Description DrPlanExecutionStepStatusCounts.BuilderDrPlanExecutionStepStatusCounts.Builder. copy(DrPlanExecutionStepStatusCounts model)DrPlanExecution.BuilderDrPlanExecution.Builder. stepStatusCounts(DrPlanExecutionStepStatusCounts stepStatusCounts)Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionStepStatusCounts 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, DrPlanExecutionStepStatusCounts stepStatusCounts, 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.
-