📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database_tools
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_tools/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: database_tools_key_store_my_sql.pyc
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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�DatabaseToolsKeyStoreMySqlz' 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 DatabaseToolsKeyStoreMySql 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 DatabaseToolsKeyStoreMySql. 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 DatabaseToolsKeyStoreMySql. :type key_store_content: oci.database_tools.models.DatabaseToolsKeyStoreContentMySql :param key_store_password: The value to assign to the key_store_password property of this DatabaseToolsKeyStoreMySql. :type key_store_password: oci.database_tools.models.DatabaseToolsKeyStorePasswordMySql �str�!DatabaseToolsKeyStoreContentMySql�"DatabaseToolsKeyStorePasswordMySql)�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_my_sql.py�__init__ s ��z#DatabaseToolsKeyStoreMySql.__init__c C s | j S )a� Gets the key_store_type of this DatabaseToolsKeyStoreMySql. 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 DatabaseToolsKeyStoreMySql. :rtype: str )r �r r r r r @ s z)DatabaseToolsKeyStoreMySql.key_store_typec C s g d�}t ||�sd}|| _dS )z� Sets the key_store_type of this DatabaseToolsKeyStoreMySql. The key store type. :param key_store_type: The key_store_type of this DatabaseToolsKeyStoreMySql. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r O s c C s | j S )z� Gets the key_store_content of this DatabaseToolsKeyStoreMySql. :return: The key_store_content of this DatabaseToolsKeyStoreMySql. :rtype: oci.database_tools.models.DatabaseToolsKeyStoreContentMySql �r r r r r r ^ s z,DatabaseToolsKeyStoreMySql.key_store_contentc C s || _ dS )z� Sets the key_store_content of this DatabaseToolsKeyStoreMySql. :param key_store_content: The key_store_content of this DatabaseToolsKeyStoreMySql. :type: oci.database_tools.models.DatabaseToolsKeyStoreContentMySql Nr )r r r r r r h s c C s | j S )z� Gets the key_store_password of this DatabaseToolsKeyStoreMySql. :return: The key_store_password of this DatabaseToolsKeyStoreMySql. :rtype: oci.database_tools.models.DatabaseToolsKeyStorePasswordMySql �r r r r r r r s z-DatabaseToolsKeyStoreMySql.key_store_passwordc C s || _ dS )z� Sets the key_store_password of this DatabaseToolsKeyStoreMySql. :param key_store_password: The key_store_password of this DatabaseToolsKeyStoreMySql. :type: oci.database_tools.models.DatabaseToolsKeyStorePasswordMySql Nr! )r r r r r r | s c C s t | �S �N)r r r r r �__repr__� s z#DatabaseToolsKeyStoreMySql.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z!DatabaseToolsKeyStoreMySql.__eq__c C s | |k S r"