ruạṛ
a N��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 )�!CreateManagedDatabaseGroupDetailszB The details required to create a Managed Database Group. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CreateManagedDatabaseGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateManagedDatabaseGroupDetails. :type name: str :param description: The value to assign to the description property of this CreateManagedDatabaseGroupDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateManagedDatabaseGroupDetails. :type compartment_id: str �str)�name�description�compartment_idr r � compartmentIdN)� swagger_types� attribute_map�_name�_description�_compartment_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/create_managed_database_group_details.py�__init__ s ��z*CreateManagedDatabaseGroupDetails.__init__c C s | j S )a� **[Required]** Gets the name of this CreateManagedDatabaseGroupDetails. The name of the Managed Database Group. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the Managed Database Group cannot be modified. It must be unique in the compartment and must begin with an alphabetic character. :return: The name of this CreateManagedDatabaseGroupDetails. :rtype: str �r �r r r r r 2 s z&CreateManagedDatabaseGroupDetails.namec C s || _ dS )a� Sets the name of this CreateManagedDatabaseGroupDetails. The name of the Managed Database Group. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the Managed Database Group cannot be modified. It must be unique in the compartment and must begin with an alphabetic character. :param name: The name of this CreateManagedDatabaseGroupDetails. :type: str Nr )r r r r r r A s c C s | j S )a Gets the description of this CreateManagedDatabaseGroupDetails. The information specified by the user about the Managed Database Group. :return: The description of this CreateManagedDatabaseGroupDetails. :rtype: str �r r r r r r P s z-CreateManagedDatabaseGroupDetails.descriptionc C s || _ dS )a Sets the description of this CreateManagedDatabaseGroupDetails. The information specified by the user about the Managed Database Group. :param description: The description of this CreateManagedDatabaseGroupDetails. :type: str Nr )r r r r r r \ s c C s | j S )ax **[Required]** Gets the compartment_id of this CreateManagedDatabaseGroupDetails. 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 CreateManagedDatabaseGroupDetails. :rtype: str �r r r r r r h s z0CreateManagedDatabaseGroupDetails.compartment_idc C s || _ dS )av Sets the compartment_id of this CreateManagedDatabaseGroupDetails. 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 CreateManagedDatabaseGroupDetails. :type: str Nr )r r r r r r w s c C s t | �S �N)r r r r r �__repr__� s z*CreateManagedDatabaseGroupDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z(CreateManagedDatabaseGroupDetails.__eq__c C s | |k S r r r r r r �__ne__� s z(CreateManagedDatabaseGroupDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"