static DrPlanExecutionFailedStepStatusCounts.Builder |
DrPlanExecutionFailedStepStatusCounts.builder() |
Create a new builder.
|
DrPlanExecutionFailedStepStatusCounts.Builder |
DrPlanExecutionFailedStepStatusCounts.Builder.copy(DrPlanExecutionFailedStepStatusCounts model) |
|
DrPlanExecutionFailedStepStatusCounts.Builder |
DrPlanExecutionFailedStepStatusCounts.Builder.failed(Integer failed) |
The total number of failed steps in a DR plan execution.
|
DrPlanExecutionFailedStepStatusCounts.Builder |
DrPlanExecutionFailedStepStatusCounts.Builder.timedOut(Integer timedOut) |
The total number of steps that timed out during a DR plan execution.
|
DrPlanExecutionFailedStepStatusCounts.Builder |
DrPlanExecutionFailedStepStatusCounts.toBuilder() |
|
DrPlanExecutionFailedStepStatusCounts.Builder |
DrPlanExecutionFailedStepStatusCounts.Builder.totalFailed(Integer totalFailed) |
The total number of steps that failed during a DR plan execution.
|