IgnoreDrPlanExecutionDetails¶
-
class
oci.disaster_recovery.models.
IgnoreDrPlanExecutionDetails
(**kwargs)¶ Bases:
object
The details for ignoring a failed group or step.
Methods
__init__
(**kwargs)Initializes a new IgnoreDrPlanExecutionDetails object with values from keyword arguments. Attributes
group_id
[Required] Gets the group_id of this IgnoreDrPlanExecutionDetails. step_id
Gets the step_id of this IgnoreDrPlanExecutionDetails. -
__init__
(**kwargs)¶ Initializes a new IgnoreDrPlanExecutionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - group_id (str) – The value to assign to the group_id property of this IgnoreDrPlanExecutionDetails.
- step_id (str) – The value to assign to the step_id property of this IgnoreDrPlanExecutionDetails.
-
group_id
¶ [Required] Gets the group_id of this IgnoreDrPlanExecutionDetails. The unique id of the group to ignore as a whole, or the group containing the step to ignore.
Example: sgid1.group..uniqueID
Returns: The group_id of this IgnoreDrPlanExecutionDetails. Return type: str
-
step_id
¶ Gets the step_id of this IgnoreDrPlanExecutionDetails. The unique id of the step to ignore (optional). Only needed when ignoring a step.
Example: sgid1.step..uniqueID
Returns: The step_id of this IgnoreDrPlanExecutionDetails. Return type: str
-