DrPlanExecutionStepStatusCounts

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

Bases: object

A categorized summary of step execution statuses and their corresponding counts.

Methods

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

Attributes

failed_steps [Required] Gets the failed_steps of this DrPlanExecutionStepStatusCounts.
remaining_steps [Required] Gets the remaining_steps of this DrPlanExecutionStepStatusCounts.
skipped_steps [Required] Gets the skipped_steps of this DrPlanExecutionStepStatusCounts.
successful_steps [Required] Gets the successful_steps of this DrPlanExecutionStepStatusCounts.
total_steps [Required] Gets the total_steps of this DrPlanExecutionStepStatusCounts.
warning_steps [Required] Gets the warning_steps of this DrPlanExecutionStepStatusCounts.
__init__(**kwargs)

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

Parameters:
failed_steps

[Required] Gets the failed_steps of this DrPlanExecutionStepStatusCounts.

Returns:The failed_steps of this DrPlanExecutionStepStatusCounts.
Return type:oci.disaster_recovery.models.DrPlanExecutionFailedStepStatusCounts
remaining_steps

[Required] Gets the remaining_steps of this DrPlanExecutionStepStatusCounts.

Returns:The remaining_steps of this DrPlanExecutionStepStatusCounts.
Return type:oci.disaster_recovery.models.DrPlanExecutionRemainingStepStatusCounts
skipped_steps

[Required] Gets the skipped_steps of this DrPlanExecutionStepStatusCounts.

Returns:The skipped_steps of this DrPlanExecutionStepStatusCounts.
Return type:oci.disaster_recovery.models.DrPlanExecutionSkippedStepStatusCounts
successful_steps

[Required] Gets the successful_steps of this DrPlanExecutionStepStatusCounts.

Returns:The successful_steps of this DrPlanExecutionStepStatusCounts.
Return type:oci.disaster_recovery.models.DrPlanExecutionSuccessfulStepStatusCounts
total_steps

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

Returns:The total_steps of this DrPlanExecutionStepStatusCounts.
Return type:int
warning_steps

[Required] Gets the warning_steps of this DrPlanExecutionStepStatusCounts.

Returns:The warning_steps of this DrPlanExecutionStepStatusCounts.
Return type:oci.disaster_recovery.models.DrPlanExecutionWarningStepStatusCounts