AutomaticExecutionDetails¶
-
class
oci.disaster_recovery.models.AutomaticExecutionDetails(**kwargs)¶ Bases:
objectThe details of the event that started the automatic DR plan execution.
Methods
__init__(**kwargs)Initializes a new AutomaticExecutionDetails object with values from keyword arguments. Attributes
event_name[Required] Gets the event_name of this AutomaticExecutionDetails. member_id[Required] Gets the member_id of this AutomaticExecutionDetails. -
__init__(**kwargs)¶ Initializes a new AutomaticExecutionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - event_name (str) – The value to assign to the event_name property of this AutomaticExecutionDetails.
- member_id (str) – The value to assign to the member_id property of this AutomaticExecutionDetails.
-
event_name¶ [Required] Gets the event_name of this AutomaticExecutionDetails. The name of the OCI event that started the automatic DR plan execution.
Example: SwitchoverAutonomousDatabase
Returns: The event_name of this AutomaticExecutionDetails. Return type: str
-
member_id¶ [Required] Gets the member_id of this AutomaticExecutionDetails. The OCID of the member that emitted the event that started the automatic DR plan execution.
Example: “ocid1.autonomousdatabase.oc1..uniqueID”
Returns: The member_id of this AutomaticExecutionDetails. Return type: str
-