Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionRemainingStepStatusCounts
-
Packages that use DrPlanExecutionRemainingStepStatusCounts Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanExecutionRemainingStepStatusCounts in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionRemainingStepStatusCounts Modifier and Type Method Description DrPlanExecutionRemainingStepStatusCountsDrPlanExecutionRemainingStepStatusCounts.Builder. build()DrPlanExecutionRemainingStepStatusCountsDrPlanExecutionStepStatusCounts. getRemainingSteps()Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionRemainingStepStatusCounts Modifier and Type Method Description DrPlanExecutionRemainingStepStatusCounts.BuilderDrPlanExecutionRemainingStepStatusCounts.Builder. copy(DrPlanExecutionRemainingStepStatusCounts model)DrPlanExecutionStepStatusCounts.BuilderDrPlanExecutionStepStatusCounts.Builder. remainingSteps(DrPlanExecutionRemainingStepStatusCounts remainingSteps)Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionRemainingStepStatusCounts Constructor Description DrPlanExecutionStepStatusCounts(Integer totalSteps, DrPlanExecutionRemainingStepStatusCounts remainingSteps, DrPlanExecutionSkippedStepStatusCounts skippedSteps, DrPlanExecutionSuccessfulStepStatusCounts successfulSteps, DrPlanExecutionWarningStepStatusCounts warningSteps, DrPlanExecutionFailedStepStatusCounts failedSteps)Deprecated.
-