| Server IP : 162.241.219.206 / Your IP : 216.73.216.30 Web Server : Apache System : Linux box5669.bluehost.com 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64 User : signavd5 ( 2863) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_tools/models/ |
Upload File : |
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 )�DatabaseToolsKeyStorez'
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 DatabaseToolsKeyStore 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 DatabaseToolsKeyStore.
Allowed values for this property are: "JAVA_KEY_STORE", "JAVA_TRUST_STORE", "PKCS12", "SSO", '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 DatabaseToolsKeyStore.
:type key_store_content: oci.database_tools.models.DatabaseToolsKeyStoreContent
:param key_store_password:
The value to assign to the key_store_password property of this DatabaseToolsKeyStore.
:type key_store_password: oci.database_tools.models.DatabaseToolsKeyStorePassword
�str�DatabaseToolsKeyStoreContent�DatabaseToolsKeyStorePassword)�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.py�__init__ s ��zDatabaseToolsKeyStore.__init__c C s | j S )a�
Gets the key_store_type of this DatabaseToolsKeyStore.
The key store type.
Allowed values for this property are: "JAVA_KEY_STORE", "JAVA_TRUST_STORE", "PKCS12", "SSO", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:return: The key_store_type of this DatabaseToolsKeyStore.
:rtype: str
)r �r r r r r D s
z$DatabaseToolsKeyStore.key_store_typec C s g d�}t ||�sd}|| _dS )z�
Sets the key_store_type of this DatabaseToolsKeyStore.
The key store type.
:param key_store_type: The key_store_type of this DatabaseToolsKeyStore.
:type: str
)r r r r
�UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r S s
c C s | j S )z�
Gets the key_store_content of this DatabaseToolsKeyStore.
:return: The key_store_content of this DatabaseToolsKeyStore.
:rtype: oci.database_tools.models.DatabaseToolsKeyStoreContent
�r r r r r r b s z'DatabaseToolsKeyStore.key_store_contentc C s
|| _ dS )z�
Sets the key_store_content of this DatabaseToolsKeyStore.
:param key_store_content: The key_store_content of this DatabaseToolsKeyStore.
:type: oci.database_tools.models.DatabaseToolsKeyStoreContent
Nr! )r r r r r r l s c C s | j S )z�
Gets the key_store_password of this DatabaseToolsKeyStore.
:return: The key_store_password of this DatabaseToolsKeyStore.
:rtype: oci.database_tools.models.DatabaseToolsKeyStorePassword
�r r r r r r v s z(DatabaseToolsKeyStore.key_store_passwordc C s
|| _ dS )z�
Sets the key_store_password of this DatabaseToolsKeyStore.
:param key_store_password: The key_store_password of this DatabaseToolsKeyStore.
:type: oci.database_tools.models.DatabaseToolsKeyStorePassword
Nr"