/
lib
/
python3.9
/
site-packages
/
oci
/
database_tools
/
models
/
__pycache__
/
Upload File
HOME
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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�DatabaseToolsKeyStorePostgresqlz' The details of the key store. �CLIENT_CERTIFICATE_PEM�CLIENT_PRIVATE_KEY_PEM�CA_CERTIFICATE_PEMc K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a] Initializes a new DatabaseToolsKeyStorePostgresql 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 DatabaseToolsKeyStorePostgresql. Allowed values for this property are: "CLIENT_CERTIFICATE_PEM", "CLIENT_PRIVATE_KEY_PEM", "CA_CERTIFICATE_PEM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type key_store_type: str :param key_store_content: The value to assign to the key_store_content property of this DatabaseToolsKeyStorePostgresql. :type key_store_content: oci.database_tools.models.DatabaseToolsKeyStoreContentPostgresql :param key_store_password: The value to assign to the key_store_password property of this DatabaseToolsKeyStorePostgresql. :type key_store_password: oci.database_tools.models.DatabaseToolsKeyStorePasswordPostgresql �strZ&DatabaseToolsKeyStoreContentPostgresqlZ'DatabaseToolsKeyStorePasswordPostgresql)�key_store_type�key_store_content�key_store_passwordZkeyStoreTypeZkeyStoreContentZkeyStorePasswordN)Z swagger_typesZ attribute_map�_key_store_type�_key_store_content�_key_store_password)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/database_tools/models/database_tools_key_store_postgresql.py�__init__ s ��z(DatabaseToolsKeyStorePostgresql.__init__c C s | j S )a� Gets the key_store_type of this DatabaseToolsKeyStorePostgresql. The key store type. Allowed values for this property are: "CLIENT_CERTIFICATE_PEM", "CLIENT_PRIVATE_KEY_PEM", "CA_CERTIFICATE_PEM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The key_store_type of this DatabaseToolsKeyStorePostgresql. :rtype: str )r �r r r r r B s z.DatabaseToolsKeyStorePostgresql.key_store_typec C s g d�}t ||�sd}|| _dS )z� Sets the key_store_type of this DatabaseToolsKeyStorePostgresql. The key store type. :param key_store_type: The key_store_type of this DatabaseToolsKeyStorePostgresql. :type: str )r r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r Q s c C s | j S )z� Gets the key_store_content of this DatabaseToolsKeyStorePostgresql. :return: The key_store_content of this DatabaseToolsKeyStorePostgresql. :rtype: oci.database_tools.models.DatabaseToolsKeyStoreContentPostgresql �r r r r r r ` s z1DatabaseToolsKeyStorePostgresql.key_store_contentc C s || _ dS )a Sets the key_store_content of this DatabaseToolsKeyStorePostgresql. :param key_store_content: The key_store_content of this DatabaseToolsKeyStorePostgresql. :type: oci.database_tools.models.DatabaseToolsKeyStoreContentPostgresql Nr )r r r r r r j s c C s | j S )z� Gets the key_store_password of this DatabaseToolsKeyStorePostgresql. :return: The key_store_password of this DatabaseToolsKeyStorePostgresql. :rtype: oci.database_tools.models.DatabaseToolsKeyStorePasswordPostgresql �r r r r r r t s z2DatabaseToolsKeyStorePostgresql.key_store_passwordc C s || _ dS )a Sets the key_store_password of this DatabaseToolsKeyStorePostgresql. :param key_store_password: The key_store_password of this DatabaseToolsKeyStorePostgresql. :type: oci.database_tools.models.DatabaseToolsKeyStorePasswordPostgresql Nr )r r r r r r ~ s c C s t | �S �N)r r r r r �__repr__� s z(DatabaseToolsKeyStorePostgresql.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z&DatabaseToolsKeyStorePostgresql.__eq__c C s | |k S r r r r r r �__ne__� s z&DatabaseToolsKeyStorePostgresql.__ne__N)�__name__� __module__�__qualname__�__doc__Z%KEY_STORE_TYPE_CLIENT_CERTIFICATE_PEMZ%KEY_STORE_TYPE_CLIENT_PRIVATE_KEY_PEMZ!KEY_STORE_TYPE_CA_CERTIFICATE_PEMr �propertyr �setterr r r r r r r r r r s( $ r N)Zoci.utilr r r Zoci.decoratorsr �objectr r r r r �<module> s