UpdateDrProtectionGroupDetails¶
- 
class oci.disaster_recovery.models.UpdateDrProtectionGroupDetails(**kwargs)¶
- Bases: - object- The details for updating a DR protection group. - Methods - __init__(**kwargs)- Initializes a new UpdateDrProtectionGroupDetails object with values from keyword arguments. - Attributes - defined_tags- Gets the defined_tags of this UpdateDrProtectionGroupDetails. - display_name- Gets the display_name of this UpdateDrProtectionGroupDetails. - freeform_tags- Gets the freeform_tags of this UpdateDrProtectionGroupDetails. - log_location- Gets the log_location of this UpdateDrProtectionGroupDetails. - members- Gets the members of this UpdateDrProtectionGroupDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateDrProtectionGroupDetails 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 UpdateDrProtectionGroupDetails.
- log_location (oci.disaster_recovery.models.UpdateObjectStorageLogLocationDetails) – The value to assign to the log_location property of this UpdateDrProtectionGroupDetails.
- members (list[oci.disaster_recovery.models.UpdateDrProtectionGroupMemberDetails]) – The value to assign to the members property of this UpdateDrProtectionGroupDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDrProtectionGroupDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDrProtectionGroupDetails.
 
 - Gets the defined_tags of this UpdateDrProtectionGroupDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. - Example: {“Operations”: {“CostCenter”: “42”}} - Returns: - The defined_tags of this UpdateDrProtectionGroupDetails. - Return type: - dict(str, dict(str, object)) 
 - 
display_name¶
- Gets the display_name of this UpdateDrProtectionGroupDetails. The display name of the DR protection group. - Example: EBS PHX Group - Returns: - The display_name of this UpdateDrProtectionGroupDetails. - Return type: - str 
 - Gets the freeform_tags of this UpdateDrProtectionGroupDetails. 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 UpdateDrProtectionGroupDetails. - Return type: - dict(str, str) 
 - 
log_location¶
- Gets the log_location of this UpdateDrProtectionGroupDetails. - Returns: - The log_location of this UpdateDrProtectionGroupDetails. - Return type: - oci.disaster_recovery.models.UpdateObjectStorageLogLocationDetails 
 - 
members¶
- Gets the members of this UpdateDrProtectionGroupDetails. A list of DR protection group members. When updating members, this list must contain all members being retained, including added and updated members. The list must not contain deleted members. - Returns: - The members of this UpdateDrProtectionGroupDetails. - Return type: - list[oci.disaster_recovery.models.UpdateDrProtectionGroupMemberDetails] 
 
-