Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionSuccessfulStepStatusCounts.Builder
-
Packages that use DrPlanExecutionSuccessfulStepStatusCounts.Builder Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanExecutionSuccessfulStepStatusCounts.Builder in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionSuccessfulStepStatusCounts.Builder Modifier and Type Method Description static DrPlanExecutionSuccessfulStepStatusCounts.BuilderDrPlanExecutionSuccessfulStepStatusCounts. builder()Create a new builder.DrPlanExecutionSuccessfulStepStatusCounts.BuilderDrPlanExecutionSuccessfulStepStatusCounts.Builder. copy(DrPlanExecutionSuccessfulStepStatusCounts model)DrPlanExecutionSuccessfulStepStatusCounts.BuilderDrPlanExecutionSuccessfulStepStatusCounts.Builder. succeeded(Integer succeeded)The total number of steps that succeeded during a DR plan execution.DrPlanExecutionSuccessfulStepStatusCounts.BuilderDrPlanExecutionSuccessfulStepStatusCounts. toBuilder()DrPlanExecutionSuccessfulStepStatusCounts.BuilderDrPlanExecutionSuccessfulStepStatusCounts.Builder. totalSuccessful(Integer totalSuccessful)The total number of successful steps in a DR plan execution.
-