Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionWarningStepStatusCounts.Builder
-
Packages that use DrPlanExecutionWarningStepStatusCounts.Builder Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanExecutionWarningStepStatusCounts.Builder in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionWarningStepStatusCounts.Builder Modifier and Type Method Description static DrPlanExecutionWarningStepStatusCounts.BuilderDrPlanExecutionWarningStepStatusCounts. builder()Create a new builder.DrPlanExecutionWarningStepStatusCounts.BuilderDrPlanExecutionWarningStepStatusCounts.Builder. copy(DrPlanExecutionWarningStepStatusCounts model)DrPlanExecutionWarningStepStatusCounts.BuilderDrPlanExecutionWarningStepStatusCounts. toBuilder()DrPlanExecutionWarningStepStatusCounts.BuilderDrPlanExecutionWarningStepStatusCounts.Builder. totalWarnings(Integer totalWarnings)The total number of steps that encountered warnings in a DR plan execution.DrPlanExecutionWarningStepStatusCounts.BuilderDrPlanExecutionWarningStepStatusCounts.Builder. warningsIgnored(Integer warningsIgnored)The total number of steps with warnings that were ignored during a DR plan execution.
-