ruạṛ
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ParentGroupzB The parent Managed Database Group of a Managed Database. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aG Initializes a new ParentGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ParentGroup. :type id: str :param name: The value to assign to the name property of this ParentGroup. :type name: str :param compartment_id: The value to assign to the compartment_id property of this ParentGroup. :type compartment_id: str �str)�id�name�compartment_idr r Z compartmentIdN)Z swagger_typesZ attribute_map�_id�_name�_compartment_id)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/database_management/models/parent_group.py�__init__ s ��zParentGroup.__init__c C s | j S )a **[Required]** Gets the id of this ParentGroup. The `OCID`__ of the Managed Database Group. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ParentGroup. :rtype: str �r �r r r r r 4 s zParentGroup.idc C s || _ dS )z� Sets the id of this ParentGroup. The `OCID`__ of the Managed Database Group. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this ParentGroup. :type: str Nr )r r r r r r B s c C s | j S )z� **[Required]** Gets the name of this ParentGroup. The name of the Managed Database Group. :return: The name of this ParentGroup. :rtype: str �r r r r r r P s zParentGroup.namec C s || _ dS )z� Sets the name of this ParentGroup. The name of the Managed Database Group. :param name: The name of this ParentGroup. :type: str Nr )r r r r r r \ s c C s | j S )aD **[Required]** Gets the compartment_id of this ParentGroup. The `OCID`__ of the compartment in which the Managed Database Group resides. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ParentGroup. :rtype: str �r r r r r r h s zParentGroup.compartment_idc C s || _ dS )aB Sets the compartment_id of this ParentGroup. The `OCID`__ of the compartment in which the Managed Database Group resides. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ParentGroup. :type: str Nr )r r r r r r v s c C s t | �S �N)r r r r r �__repr__� s zParentGroup.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zParentGroup.__eq__c C s | |k S r r r r r r �__ne__� s zParentGroup.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"