CancelDrPlanExecutionDetails¶
-
class
oci.disaster_recovery.models.
CancelDrPlanExecutionDetails
(**kwargs)¶ Bases:
oci.disaster_recovery.models.dr_plan_execution_control_details.DrPlanExecutionControlDetails
The details for cancelling a DR plan execution.
Attributes
ACTION_TYPE_CANCEL
str(object=’’) -> str ACTION_TYPE_PAUSE
str(object=’’) -> str ACTION_TYPE_RESUME
str(object=’’) -> str action_type
[Required] Gets the action_type of this DrPlanExecutionControlDetails. Methods
__init__
(**kwargs)Initializes a new CancelDrPlanExecutionDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
ACTION_TYPE_CANCEL
= 'CANCEL'¶
-
ACTION_TYPE_PAUSE
= 'PAUSE'¶
-
ACTION_TYPE_RESUME
= 'RESUME'¶
-
__init__
(**kwargs)¶ Initializes a new CancelDrPlanExecutionDetails object with values from keyword arguments. The default value of the
action_type
attribute of this class isCANCEL
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: action_type (str) – The value to assign to the action_type property of this CancelDrPlanExecutionDetails. Allowed values for this property are: “CANCEL”, “PAUSE”, “RESUME”
-
action_type
¶ [Required] Gets the action_type of this DrPlanExecutionControlDetails. The type of control action.
Allowed values for this property are: “CANCEL”, “PAUSE”, “RESUME”
Returns: The action_type of this DrPlanExecutionControlDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-