ruạṛ
a N��fE, � @ 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 ) �CreatePluggableDatabaseDetailsz� Parameters for creating a pluggable database in a specified container database (CDB). **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 CreatePluggableDatabaseDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param pdb_name: The value to assign to the pdb_name property of this CreatePluggableDatabaseDetails. :type pdb_name: str :param container_database_id: The value to assign to the container_database_id property of this CreatePluggableDatabaseDetails. :type container_database_id: str :param pdb_admin_password: The value to assign to the pdb_admin_password property of this CreatePluggableDatabaseDetails. :type pdb_admin_password: str :param tde_wallet_password: The value to assign to the tde_wallet_password property of this CreatePluggableDatabaseDetails. :type tde_wallet_password: str :param should_pdb_admin_account_be_locked: The value to assign to the should_pdb_admin_account_be_locked property of this CreatePluggableDatabaseDetails. :type should_pdb_admin_account_be_locked: bool :param freeform_tags: The value to assign to the freeform_tags property of this CreatePluggableDatabaseDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreatePluggableDatabaseDetails. :type defined_tags: dict(str, dict(str, object)) �str�boolzdict(str, str)zdict(str, dict(str, object)))�pdb_name�container_database_id�pdb_admin_password�tde_wallet_password�"should_pdb_admin_account_be_locked� freeform_tags�defined_tags�pdbName�containerDatabaseId�pdbAdminPassword�tdeWalletPassword�shouldPdbAdminAccountBeLocked�freeformTags�definedTagsN) � swagger_types� attribute_map� _pdb_name�_container_database_id�_pdb_admin_password�_tde_wallet_password�#_should_pdb_admin_account_be_locked�_freeform_tags� _defined_tags)�self�kwargs� r"