DrPlanExecutionSuccessfulStepStatusCounts¶
-
class
oci.disaster_recovery.models.DrPlanExecutionSuccessfulStepStatusCounts(**kwargs)¶ Bases:
objectA summary of steps that completed successfully during a DR plan execution.
Methods
__init__(**kwargs)Initializes a new DrPlanExecutionSuccessfulStepStatusCounts object with values from keyword arguments. Attributes
succeeded[Required] Gets the succeeded of this DrPlanExecutionSuccessfulStepStatusCounts. total_successful[Required] Gets the total_successful of this DrPlanExecutionSuccessfulStepStatusCounts. -
__init__(**kwargs)¶ Initializes a new DrPlanExecutionSuccessfulStepStatusCounts object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - total_successful (int) – The value to assign to the total_successful property of this DrPlanExecutionSuccessfulStepStatusCounts.
- succeeded (int) – The value to assign to the succeeded property of this DrPlanExecutionSuccessfulStepStatusCounts.
-
succeeded¶ [Required] Gets the succeeded of this DrPlanExecutionSuccessfulStepStatusCounts. The total number of steps that succeeded during a DR plan execution.
Returns: The succeeded of this DrPlanExecutionSuccessfulStepStatusCounts. Return type: int
-
total_successful¶ [Required] Gets the total_successful of this DrPlanExecutionSuccessfulStepStatusCounts. The total number of successful steps in a DR plan execution.
Returns: The total_successful of this DrPlanExecutionSuccessfulStepStatusCounts. Return type: int
-