DrPlanExecutionSkippedStepStatusCounts¶
-
class
oci.disaster_recovery.models.DrPlanExecutionSkippedStepStatusCounts(**kwargs)¶ Bases:
objectA summary of steps that were skipped during a DR plan execution, including disabled, failed but ignored, timed out but ignored, and canceled steps.
Methods
__init__(**kwargs)Initializes a new DrPlanExecutionSkippedStepStatusCounts object with values from keyword arguments. Attributes
canceled[Required] Gets the canceled of this DrPlanExecutionSkippedStepStatusCounts. disabled[Required] Gets the disabled of this DrPlanExecutionSkippedStepStatusCounts. failed_ignored[Required] Gets the failed_ignored of this DrPlanExecutionSkippedStepStatusCounts. timed_out_ignored[Required] Gets the timed_out_ignored of this DrPlanExecutionSkippedStepStatusCounts. total_skipped[Required] Gets the total_skipped of this DrPlanExecutionSkippedStepStatusCounts. -
__init__(**kwargs)¶ Initializes a new DrPlanExecutionSkippedStepStatusCounts object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - total_skipped (int) – The value to assign to the total_skipped property of this DrPlanExecutionSkippedStepStatusCounts.
- disabled (int) – The value to assign to the disabled property of this DrPlanExecutionSkippedStepStatusCounts.
- failed_ignored (int) – The value to assign to the failed_ignored property of this DrPlanExecutionSkippedStepStatusCounts.
- timed_out_ignored (int) – The value to assign to the timed_out_ignored property of this DrPlanExecutionSkippedStepStatusCounts.
- canceled (int) – The value to assign to the canceled property of this DrPlanExecutionSkippedStepStatusCounts.
-
canceled¶ [Required] Gets the canceled of this DrPlanExecutionSkippedStepStatusCounts. The total number of canceled steps in a DR plan execution.
Returns: The canceled of this DrPlanExecutionSkippedStepStatusCounts. Return type: int
-
disabled¶ [Required] Gets the disabled of this DrPlanExecutionSkippedStepStatusCounts. The total number of disabled steps in a DR plan execution.
Returns: The disabled of this DrPlanExecutionSkippedStepStatusCounts. Return type: int
-
failed_ignored¶ [Required] Gets the failed_ignored of this DrPlanExecutionSkippedStepStatusCounts. The total number of steps that failed but were ignored during a DR plan execution.
Returns: The failed_ignored of this DrPlanExecutionSkippedStepStatusCounts. Return type: int
-
timed_out_ignored¶ [Required] Gets the timed_out_ignored of this DrPlanExecutionSkippedStepStatusCounts. The total number of steps that timed out but were ignored during a DR plan execution.
Returns: The timed_out_ignored of this DrPlanExecutionSkippedStepStatusCounts. Return type: int
-
total_skipped¶ [Required] Gets the total_skipped of this DrPlanExecutionSkippedStepStatusCounts. The total number of steps that were skipped during a DR plan execution.
Returns: The total_skipped of this DrPlanExecutionSkippedStepStatusCounts. Return type: int
-