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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �UpdateDatabaseDetailsz� Details to update a database. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new UpdateDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param db_backup_config: The value to assign to the db_backup_config property of this UpdateDatabaseDetails. :type db_backup_config: oci.database.models.DbBackupConfig :param db_home_id: The value to assign to the db_home_id property of this UpdateDatabaseDetails. :type db_home_id: str :param new_admin_password: The value to assign to the new_admin_password property of this UpdateDatabaseDetails. :type new_admin_password: str :param old_tde_wallet_password: The value to assign to the old_tde_wallet_password property of this UpdateDatabaseDetails. :type old_tde_wallet_password: str :param new_tde_wallet_password: The value to assign to the new_tde_wallet_password property of this UpdateDatabaseDetails. :type new_tde_wallet_password: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDatabaseDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateDatabaseDetails. :type defined_tags: dict(str, dict(str, object)) �DbBackupConfig�strzdict(str, str)zdict(str, dict(str, object)))�db_backup_config� db_home_id�new_admin_password�old_tde_wallet_password�new_tde_wallet_password� freeform_tags�defined_tags�dbBackupConfig�dbHomeId�newAdminPassword�oldTdeWalletPassword�newTdeWalletPassword�freeformTags�definedTagsN) � swagger_types� attribute_map�_db_backup_config�_db_home_id�_new_admin_password�_old_tde_wallet_password�_new_tde_wallet_password�_freeform_tags� _defined_tags)�self�kwargs� r"