DrPlanExecutionRemainingStepStatusCounts

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

Bases: object

A summary of remaining steps in a DR plan execution, including queued, paused, and in-progress steps.

Methods

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

Attributes

in_progress [Required] Gets the in_progress of this DrPlanExecutionRemainingStepStatusCounts.
paused [Required] Gets the paused of this DrPlanExecutionRemainingStepStatusCounts.
queued [Required] Gets the queued of this DrPlanExecutionRemainingStepStatusCounts.
total_remaining [Required] Gets the total_remaining of this DrPlanExecutionRemainingStepStatusCounts.
__init__(**kwargs)

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

Parameters:
  • total_remaining (int) – The value to assign to the total_remaining property of this DrPlanExecutionRemainingStepStatusCounts.
  • queued (int) – The value to assign to the queued property of this DrPlanExecutionRemainingStepStatusCounts.
  • paused (int) – The value to assign to the paused property of this DrPlanExecutionRemainingStepStatusCounts.
  • in_progress (int) – The value to assign to the in_progress property of this DrPlanExecutionRemainingStepStatusCounts.
in_progress

[Required] Gets the in_progress of this DrPlanExecutionRemainingStepStatusCounts. The total number of steps in progress during a DR plan execution.

Returns:The in_progress of this DrPlanExecutionRemainingStepStatusCounts.
Return type:int
paused

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

Returns:The paused of this DrPlanExecutionRemainingStepStatusCounts.
Return type:int
queued

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

Returns:The queued of this DrPlanExecutionRemainingStepStatusCounts.
Return type:int
total_remaining

[Required] Gets the total_remaining of this DrPlanExecutionRemainingStepStatusCounts. The total number of remaining steps in a DR plan execution.

Returns:The total_remaining of this DrPlanExecutionRemainingStepStatusCounts.
Return type:int