static DrPlanExecutionSkippedStepStatusCounts.Builder |
DrPlanExecutionSkippedStepStatusCounts.builder() |
Create a new builder.
|
DrPlanExecutionSkippedStepStatusCounts.Builder |
DrPlanExecutionSkippedStepStatusCounts.Builder.canceled(Integer canceled) |
The total number of canceled steps in a DR plan execution.
|
DrPlanExecutionSkippedStepStatusCounts.Builder |
DrPlanExecutionSkippedStepStatusCounts.Builder.copy(DrPlanExecutionSkippedStepStatusCounts model) |
|
DrPlanExecutionSkippedStepStatusCounts.Builder |
DrPlanExecutionSkippedStepStatusCounts.Builder.disabled(Integer disabled) |
The total number of disabled steps in a DR plan execution.
|
DrPlanExecutionSkippedStepStatusCounts.Builder |
DrPlanExecutionSkippedStepStatusCounts.Builder.failedIgnored(Integer failedIgnored) |
The total number of steps that failed but were ignored during a DR plan execution.
|
DrPlanExecutionSkippedStepStatusCounts.Builder |
DrPlanExecutionSkippedStepStatusCounts.Builder.timedOutIgnored(Integer timedOutIgnored) |
The total number of steps that timed out but were ignored during a DR plan execution.
|
DrPlanExecutionSkippedStepStatusCounts.Builder |
DrPlanExecutionSkippedStepStatusCounts.toBuilder() |
|
DrPlanExecutionSkippedStepStatusCounts.Builder |
DrPlanExecutionSkippedStepStatusCounts.Builder.totalSkipped(Integer totalSkipped) |
The total number of steps that were skipped during a DR plan execution.
|