DrPlanExecutionWarningStepStatusCounts

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

Bases: object

A summary of steps that encountered warnings during a DR plan execution.

Methods

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

Attributes

total_warnings [Required] Gets the total_warnings of this DrPlanExecutionWarningStepStatusCounts.
warnings_ignored [Required] Gets the warnings_ignored of this DrPlanExecutionWarningStepStatusCounts.
__init__(**kwargs)

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

Parameters:
  • total_warnings (int) – The value to assign to the total_warnings property of this DrPlanExecutionWarningStepStatusCounts.
  • warnings_ignored (int) – The value to assign to the warnings_ignored property of this DrPlanExecutionWarningStepStatusCounts.
total_warnings

[Required] Gets the total_warnings of this DrPlanExecutionWarningStepStatusCounts. The total number of steps that encountered warnings in a DR plan execution.

Returns:The total_warnings of this DrPlanExecutionWarningStepStatusCounts.
Return type:int
warnings_ignored

[Required] Gets the warnings_ignored of this DrPlanExecutionWarningStepStatusCounts. The total number of steps with warnings that were ignored during a DR plan execution.

Returns:The warnings_ignored of this DrPlanExecutionWarningStepStatusCounts.
Return type:int