RetryDrPlanExecutionDetails¶
-
class
oci.disaster_recovery.models.
RetryDrPlanExecutionDetails
(**kwargs)¶ Bases:
object
The details for retrying a failed group or step.
Methods
__init__
(**kwargs)Initializes a new RetryDrPlanExecutionDetails object with values from keyword arguments. Attributes
group_id
[Required] Gets the group_id of this RetryDrPlanExecutionDetails. step_id
Gets the step_id of this RetryDrPlanExecutionDetails. -
__init__
(**kwargs)¶ Initializes a new RetryDrPlanExecutionDetails 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 RetryDrPlanExecutionDetails.
- step_id (str) – The value to assign to the step_id property of this RetryDrPlanExecutionDetails.
-
group_id
¶ [Required] Gets the group_id of this RetryDrPlanExecutionDetails. The unique id of the group to retry as a whole, or the group containing the step being retried.
Example: sgid1.group..uniqueID
Returns: The group_id of this RetryDrPlanExecutionDetails. Return type: str
-
step_id
¶ Gets the step_id of this RetryDrPlanExecutionDetails. The unique id of the step to retry (optional). Only needed when retrying a step.
Example: sgid1.step..uniqueID
Returns: The step_id of this RetryDrPlanExecutionDetails. Return type: str
-