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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�DatabaseToolsKeyStoreDetailsz' The details of the key store. �JAVA_KEY_STORE�JAVA_TRUST_STORE�PKCS12�SSOc K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new DatabaseToolsKeyStoreDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key_store_type: The value to assign to the key_store_type property of this DatabaseToolsKeyStoreDetails. Allowed values for this property are: "JAVA_KEY_STORE", "JAVA_TRUST_STORE", "PKCS12", "SSO" :type key_store_type: str :param key_store_content: The value to assign to the key_store_content property of this DatabaseToolsKeyStoreDetails. :type key_store_content: oci.database_tools.models.DatabaseToolsKeyStoreContentDetails :param key_store_password: The value to assign to the key_store_password property of this DatabaseToolsKeyStoreDetails. :type key_store_password: oci.database_tools.models.DatabaseToolsKeyStorePasswordDetails �str�#DatabaseToolsKeyStoreContentDetails�$DatabaseToolsKeyStorePasswordDetails)�key_store_type�key_store_content�key_store_password�keyStoreType�keyStoreContent�keyStorePasswordN)� swagger_types� attribute_map�_key_store_type�_key_store_content�_key_store_password)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_tools/models/database_tools_key_store_details.py�__init__ s ��z%DatabaseToolsKeyStoreDetails.__init__c C s | j S )a0 Gets the key_store_type of this DatabaseToolsKeyStoreDetails. The key store type. Allowed values for this property are: "JAVA_KEY_STORE", "JAVA_TRUST_STORE", "PKCS12", "SSO" :return: The key_store_type of this DatabaseToolsKeyStoreDetails. :rtype: str )r �r r r r r C s z+DatabaseToolsKeyStoreDetails.key_store_typec C s* g d�}t ||�s td�|���|| _dS )z� Sets the key_store_type of this DatabaseToolsKeyStoreDetails. The key store type. :param key_store_type: The key_store_type of this DatabaseToolsKeyStoreDetails. :type: str )r r r r z>Invalid value for `key_store_type`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r Q s ��c C s | j S )z� Gets the key_store_content of this DatabaseToolsKeyStoreDetails. :return: The key_store_content of this DatabaseToolsKeyStoreDetails. :rtype: oci.database_tools.models.DatabaseToolsKeyStoreContentDetails �r r r r r r c s z.DatabaseToolsKeyStoreDetails.key_store_contentc C s || _ dS )z� Sets the key_store_content of this DatabaseToolsKeyStoreDetails. :param key_store_content: The key_store_content of this DatabaseToolsKeyStoreDetails. :type: oci.database_tools.models.DatabaseToolsKeyStoreContentDetails Nr"