UpdateAutomaticDrConfigurationDetails¶
-
class
oci.disaster_recovery.models.UpdateAutomaticDrConfigurationDetails(**kwargs)¶ Bases:
objectThe details for updating an Automatic DR configuration.
Methods
__init__(**kwargs)Initializes a new UpdateAutomaticDrConfigurationDetails object with values from keyword arguments. Attributes
default_failover_dr_plan_idGets the default_failover_dr_plan_id of this UpdateAutomaticDrConfigurationDetails. default_switchover_dr_plan_idGets the default_switchover_dr_plan_id of this UpdateAutomaticDrConfigurationDetails. defined_tagsGets the defined_tags of this UpdateAutomaticDrConfigurationDetails. display_nameGets the display_name of this UpdateAutomaticDrConfigurationDetails. freeform_tagsGets the freeform_tags of this UpdateAutomaticDrConfigurationDetails. membersGets the members of this UpdateAutomaticDrConfigurationDetails. -
__init__(**kwargs)¶ Initializes a new UpdateAutomaticDrConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateAutomaticDrConfigurationDetails.
- members (list[oci.disaster_recovery.models.UpdateAutomaticDrConfigurationMemberDetails]) – The value to assign to the members property of this UpdateAutomaticDrConfigurationDetails.
- default_switchover_dr_plan_id (str) – The value to assign to the default_switchover_dr_plan_id property of this UpdateAutomaticDrConfigurationDetails.
- default_failover_dr_plan_id (str) – The value to assign to the default_failover_dr_plan_id property of this UpdateAutomaticDrConfigurationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateAutomaticDrConfigurationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateAutomaticDrConfigurationDetails.
-
default_failover_dr_plan_id¶ Gets the default_failover_dr_plan_id of this UpdateAutomaticDrConfigurationDetails. The unique id of a Failover DR Plan.
Example: ocid1.drplan.oc1..uniqueID
Returns: The default_failover_dr_plan_id of this UpdateAutomaticDrConfigurationDetails. Return type: str
-
default_switchover_dr_plan_id¶ Gets the default_switchover_dr_plan_id of this UpdateAutomaticDrConfigurationDetails. The unique id of a Switchover DR Plan.
Example: ocid1.drplan.oc1..uniqueID
Returns: The default_switchover_dr_plan_id of this UpdateAutomaticDrConfigurationDetails. Return type: str
Gets the defined_tags of this UpdateAutomaticDrConfigurationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateAutomaticDrConfigurationDetails. Return type: dict(str, dict(str, object))
-
display_name¶ Gets the display_name of this UpdateAutomaticDrConfigurationDetails. The display name of the Automatic DR configuration being updated.
Example: Automatic DR Configuration
Returns: The display_name of this UpdateAutomaticDrConfigurationDetails. Return type: str
Gets the freeform_tags of this UpdateAutomaticDrConfigurationDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateAutomaticDrConfigurationDetails. Return type: dict(str, str)
-
members¶ Gets the members of this UpdateAutomaticDrConfigurationDetails. A list of members for Automatic DR configuration.
Returns: The members of this UpdateAutomaticDrConfigurationDetails. Return type: list[oci.disaster_recovery.models.UpdateAutomaticDrConfigurationMemberDetails]
-