ruạṛ
a ���f1e � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zed*d+� �Zej d,d+� �Zed-d.� �Zej d/d.� �Zed0d1� �Zej d2d1� �Zed3d4� �Zej d5d4� �Zed6d7� �Zej d8d7� �Zd9d:� Zd;d<� Zd=d>� Zd?S )@�CreateDatabaseDetailsz� Details for creating a database. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �OLTP�DSSc K s� dddddddddddddddddd�| _ dddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new CreateDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param db_name: The value to assign to the db_name property of this CreateDatabaseDetails. :type db_name: str :param db_unique_name: The value to assign to the db_unique_name property of this CreateDatabaseDetails. :type db_unique_name: str :param database_software_image_id: The value to assign to the database_software_image_id property of this CreateDatabaseDetails. :type database_software_image_id: str :param pdb_name: The value to assign to the pdb_name property of this CreateDatabaseDetails. :type pdb_name: str :param admin_password: The value to assign to the admin_password property of this CreateDatabaseDetails. :type admin_password: str :param tde_wallet_password: The value to assign to the tde_wallet_password property of this CreateDatabaseDetails. :type tde_wallet_password: str :param character_set: The value to assign to the character_set property of this CreateDatabaseDetails. :type character_set: str :param ncharacter_set: The value to assign to the ncharacter_set property of this CreateDatabaseDetails. :type ncharacter_set: str :param db_workload: The value to assign to the db_workload property of this CreateDatabaseDetails. Allowed values for this property are: "OLTP", "DSS" :type db_workload: str :param db_backup_config: The value to assign to the db_backup_config property of this CreateDatabaseDetails. :type db_backup_config: oci.database.models.DbBackupConfig :param freeform_tags: The value to assign to the freeform_tags property of this CreateDatabaseDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDatabaseDetails. :type defined_tags: dict(str, dict(str, object)) :param kms_key_id: The value to assign to the kms_key_id property of this CreateDatabaseDetails. :type kms_key_id: str :param kms_key_version_id: The value to assign to the kms_key_version_id property of this CreateDatabaseDetails. :type kms_key_version_id: str :param vault_id: The value to assign to the vault_id property of this CreateDatabaseDetails. :type vault_id: str :param sid_prefix: The value to assign to the sid_prefix property of this CreateDatabaseDetails. :type sid_prefix: str :param key_store_id: The value to assign to the key_store_id property of this CreateDatabaseDetails. :type key_store_id: str �strZDbBackupConfigzdict(str, str)zdict(str, dict(str, object)))�db_name�db_unique_name�database_software_image_id�pdb_name�admin_password�tde_wallet_password� character_set�ncharacter_set�db_workload�db_backup_config� freeform_tags�defined_tags� kms_key_id�kms_key_version_id�vault_id� sid_prefix�key_store_idZdbNameZdbUniqueNameZdatabaseSoftwareImageIdZpdbNameZ adminPasswordZtdeWalletPasswordZcharacterSetZ ncharacterSetZ dbWorkloadZdbBackupConfigZfreeformTagsZdefinedTagsZkmsKeyIdZkmsKeyVersionIdZvaultIdZ sidPrefixZ keyStoreIdN)Z swagger_typesZ attribute_map�_db_name�_db_unique_name�_database_software_image_id� _pdb_name�_admin_password�_tde_wallet_password�_character_set�_ncharacter_set�_db_workload�_db_backup_config�_freeform_tags� _defined_tags�_kms_key_id�_kms_key_version_id� _vault_id�_sid_prefix� _key_store_id)�self�kwargs� r. �O/usr/lib/python3.9/site-packages/oci/database/models/create_database_details.py�__init__ sj L��zCreateDatabaseDetails.__init__c C s | j S )aP **[Required]** Gets the db_name of this CreateDatabaseDetails. The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted. :return: The db_name of this CreateDatabaseDetails. :rtype: str �r �r, r. r. r/ r � s zCreateDatabaseDetails.db_namec C s || _ dS )aG Sets the db_name of this CreateDatabaseDetails. The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted. :param db_name: The db_name of this CreateDatabaseDetails. :type: str Nr1 )r, r r. r. r/ r � s c C s | j S )z� Gets the db_unique_name of this CreateDatabaseDetails. The `DB_UNIQUE_NAME` of the Oracle Database being backed up. :return: The db_unique_name of this CreateDatabaseDetails. :rtype: str �r r2 r. r. r/ r � s z$CreateDatabaseDetails.db_unique_namec C s || _ dS )z� Sets the db_unique_name of this CreateDatabaseDetails. The `DB_UNIQUE_NAME` of the Oracle Database being backed up. :param db_unique_name: The db_unique_name of this CreateDatabaseDetails. :type: str Nr3 )r, r r. r. r/ r � s c C s | j S )a9 Gets the database_software_image_id of this CreateDatabaseDetails. The database software image `OCID`__ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The database_software_image_id of this CreateDatabaseDetails. :rtype: str �r r2 r. r. r/ r � s z0CreateDatabaseDetails.database_software_image_idc C s || _ dS )aR Sets the database_software_image_id of this CreateDatabaseDetails. 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 CreateDatabaseDetails. :type: str Nr4 )r, r r. r. r/ r � s c C s | j S )a� Gets the pdb_name of this CreateDatabaseDetails. The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name. :return: The pdb_name of this CreateDatabaseDetails. :rtype: str �r r2 r. r. r/ r � s zCreateDatabaseDetails.pdb_namec C s || _ dS )a� Sets the pdb_name of this CreateDatabaseDetails. The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name. :param pdb_name: The pdb_name of this CreateDatabaseDetails. :type: str Nr5 )r, r r. r. r/ r � s c C s | j S )a� **[Required]** Gets the admin_password of this CreateDatabaseDetails. A strong password for SYS, SYSTEM, and PDB Admin. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, \#, or -. :return: The admin_password of this CreateDatabaseDetails. :rtype: str �r r2 r. r. r/ r s z$CreateDatabaseDetails.admin_passwordc C s || _ dS )a� Sets the admin_password of this CreateDatabaseDetails. A strong password for SYS, SYSTEM, and PDB Admin. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, \#, or -. :param admin_password: The admin_password of this CreateDatabaseDetails. :type: str Nr6 )r, r r. r. r/ r s c C s | j S )a� Gets the tde_wallet_password of this CreateDatabaseDetails. The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -. :return: The tde_wallet_password of this CreateDatabaseDetails. :rtype: str �r r2 r. r. r/ r s z)CreateDatabaseDetails.tde_wallet_passwordc C s || _ dS )a� Sets the tde_wallet_password of this CreateDatabaseDetails. The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -. :param tde_wallet_password: The tde_wallet_password of this CreateDatabaseDetails. :type: str Nr7 )r, r r. r. r/ r ) s c C s | j S )a Gets the character_set of this CreateDatabaseDetails. The character set for the database. The default is AL32UTF8. Allowed values are: AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS :return: The character_set of this CreateDatabaseDetails. :rtype: str �r! r2 r. r. r/ r 5 s z#CreateDatabaseDetails.character_setc C s || _ dS )a Sets the character_set of this CreateDatabaseDetails. The character set for the database. The default is AL32UTF8. Allowed values are: AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS :param character_set: The character_set of this CreateDatabaseDetails. :type: str Nr8 )r, r r. r. r/ r C s c C s | j S )a Gets the ncharacter_set of this CreateDatabaseDetails. The national character set for the database. The default is AL16UTF16. Allowed values are: AL16UTF16 or UTF8. :return: The ncharacter_set of this CreateDatabaseDetails. :rtype: str �r"