PauseDrPlanExecutionDetails

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

Bases: oci.disaster_recovery.models.dr_plan_execution_control_details.DrPlanExecutionControlDetails

The details for pausing 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 PauseDrPlanExecutionDetails 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 PauseDrPlanExecutionDetails object with values from keyword arguments. The default value of the action_type attribute of this class is PAUSE 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 PauseDrPlanExecutionDetails. 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.