DrPlanExecutionStepStatusCounts¶
-
class
oci.disaster_recovery.models.DrPlanExecutionStepStatusCounts(**kwargs)¶ Bases:
objectA 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: - total_steps (int) – The value to assign to the total_steps property of this DrPlanExecutionStepStatusCounts.
- remaining_steps (oci.disaster_recovery.models.DrPlanExecutionRemainingStepStatusCounts) – The value to assign to the remaining_steps property of this DrPlanExecutionStepStatusCounts.
- skipped_steps (oci.disaster_recovery.models.DrPlanExecutionSkippedStepStatusCounts) – The value to assign to the skipped_steps property of this DrPlanExecutionStepStatusCounts.
- successful_steps (oci.disaster_recovery.models.DrPlanExecutionSuccessfulStepStatusCounts) – The value to assign to the successful_steps property of this DrPlanExecutionStepStatusCounts.
- warning_steps (oci.disaster_recovery.models.DrPlanExecutionWarningStepStatusCounts) – The value to assign to the warning_steps property of this DrPlanExecutionStepStatusCounts.
- failed_steps (oci.disaster_recovery.models.DrPlanExecutionFailedStepStatusCounts) – The value to assign to the failed_steps property of this DrPlanExecutionStepStatusCounts.
-
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
-