DrPlanExecutionFailedStepStatusCounts

class oci.disaster_recovery.models.DrPlanExecutionFailedStepStatusCounts(**kwargs)

Bases: object

A summary of steps that failed during a DR plan execution, including failed and timed out steps.

Methods

__init__(**kwargs) Initializes a new DrPlanExecutionFailedStepStatusCounts object with values from keyword arguments.

Attributes

failed [Required] Gets the failed of this DrPlanExecutionFailedStepStatusCounts.
timed_out [Required] Gets the timed_out of this DrPlanExecutionFailedStepStatusCounts.
total_failed [Required] Gets the total_failed of this DrPlanExecutionFailedStepStatusCounts.
__init__(**kwargs)

Initializes a new DrPlanExecutionFailedStepStatusCounts object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • total_failed (int) – The value to assign to the total_failed property of this DrPlanExecutionFailedStepStatusCounts.
  • failed (int) – The value to assign to the failed property of this DrPlanExecutionFailedStepStatusCounts.
  • timed_out (int) – The value to assign to the timed_out property of this DrPlanExecutionFailedStepStatusCounts.
failed

[Required] Gets the failed of this DrPlanExecutionFailedStepStatusCounts. The total number of failed steps in a DR plan execution.

Returns:The failed of this DrPlanExecutionFailedStepStatusCounts.
Return type:int
timed_out

[Required] Gets the timed_out of this DrPlanExecutionFailedStepStatusCounts. The total number of steps that timed out during a DR plan execution.

Returns:The timed_out of this DrPlanExecutionFailedStepStatusCounts.
Return type:int
total_failed

[Required] Gets the total_failed of this DrPlanExecutionFailedStepStatusCounts. The total number of steps that failed during a DR plan execution.

Returns:The total_failed of this DrPlanExecutionFailedStepStatusCounts.
Return type:int