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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�CreateDbHomeDetailsz� Details for creating a Database Home. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new CreateDbHomeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateDbHomeDetails. :type display_name: str :param db_version: The value to assign to the db_version property of this CreateDbHomeDetails. :type db_version: str :param database_software_image_id: The value to assign to the database_software_image_id property of this CreateDbHomeDetails. :type database_software_image_id: str :param database: The value to assign to the database property of this CreateDbHomeDetails. :type database: oci.database.models.CreateDatabaseDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateDbHomeDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDbHomeDetails. :type defined_tags: dict(str, dict(str, object)) �strZCreateDatabaseDetailszdict(str, str)zdict(str, dict(str, object)))�display_name� db_version�database_software_image_id�database� freeform_tags�defined_tagsZdisplayNameZ dbVersionZdatabaseSoftwareImageIdr ZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_db_version�_database_software_image_id� _database�_freeform_tags� _defined_tags)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/database/models/create_db_home_details.py�__init__ s( � � zCreateDbHomeDetails.__init__c C s | j S )z� Gets the display_name of this CreateDbHomeDetails. The user-provided name of the Database Home. :return: The display_name of this CreateDbHomeDetails. :rtype: str �r �r r r r r K s z CreateDbHomeDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateDbHomeDetails. The user-provided name of the Database Home. :param display_name: The display_name of this CreateDbHomeDetails. :type: str Nr )r r r r r r W s c C s | j S )a} **[Required]** Gets the db_version of this CreateDbHomeDetails. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation. This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. :return: The db_version of this CreateDbHomeDetails. :rtype: str �r r r r r r c s zCreateDbHomeDetails.db_versionc C s || _ dS )aw Sets the db_version of this CreateDbHomeDetails. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation. This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier. :param db_version: The db_version of this CreateDbHomeDetails. :type: str Nr )r r r r r r q s c C s | j S )a6 Gets the database_software_image_id of this CreateDbHomeDetails. The database software image `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The database_software_image_id of this CreateDbHomeDetails. :rtype: str �r r r r r r s z.CreateDbHomeDetails.database_software_image_idc C s || _ dS )aO Sets the database_software_image_id of this CreateDbHomeDetails. The database software image `OCID`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param database_software_image_id: The database_software_image_id of this CreateDbHomeDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the database of this CreateDbHomeDetails. :return: The database of this CreateDbHomeDetails. :rtype: oci.database.models.CreateDatabaseDetails �r r r r r r � s zCreateDbHomeDetails.databasec C s || _ dS )z� Sets the database of this CreateDbHomeDetails. :param database: The database of this CreateDbHomeDetails. :type: oci.database.models.CreateDatabaseDetails Nr )r r r r r r � s c C s | j S )a� Gets the freeform_tags of this CreateDbHomeDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this CreateDbHomeDetails. :rtype: dict(str, str) �r r r r r r � s z!CreateDbHomeDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this CreateDbHomeDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this CreateDbHomeDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the defined_tags of this CreateDbHomeDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this CreateDbHomeDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z CreateDbHomeDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this CreateDbHomeDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this CreateDbHomeDetails. :type: dict(str, dict(str, object)) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zCreateDbHomeDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCreateDbHomeDetails.__eq__c C s | |k S r r r# r r r �__ne__� s zCreateDbHomeDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&