📂 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: validate_database_tools_connection_my_sql_result.pyc
a N��fK � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�%ValidateDatabaseToolsConnectionResult� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�*ValidateDatabaseToolsConnectionMySqlResultz; Connection validaton result for the MySQL Server. c K s` dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a_ Initializes a new ValidateDatabaseToolsConnectionMySqlResult object with values from keyword arguments. The default value of the :py:attr:`~oci.database_tools.models.ValidateDatabaseToolsConnectionMySqlResult.type` attribute of this class is ``MYSQL`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this ValidateDatabaseToolsConnectionMySqlResult. Allowed values for this property are: "ORACLE_DATABASE", "MYSQL" :type type: str :param code: The value to assign to the code property of this ValidateDatabaseToolsConnectionMySqlResult. :type code: str :param message: The value to assign to the message property of this ValidateDatabaseToolsConnectionMySqlResult. :type message: str :param cause: The value to assign to the cause property of this ValidateDatabaseToolsConnectionMySqlResult. :type cause: str :param action: The value to assign to the action property of this ValidateDatabaseToolsConnectionMySqlResult. :type action: str :param database_name: The value to assign to the database_name property of this ValidateDatabaseToolsConnectionMySqlResult. :type database_name: str :param database_version: The value to assign to the database_version property of this ValidateDatabaseToolsConnectionMySqlResult. :type database_version: str �str)�type�code�message�cause�action� database_name�database_versionr r r r r �databaseName�databaseVersionN�MYSQL) � swagger_types� attribute_map�_type�_code�_message�_cause�_action�_database_name�_database_version)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_tools/models/validate_database_tools_connection_my_sql_result.py�__init__ s0 %�� z3ValidateDatabaseToolsConnectionMySqlResult.__init__c C s | j S )z� Gets the database_name of this ValidateDatabaseToolsConnectionMySqlResult. The database name. :return: The database_name of this ValidateDatabaseToolsConnectionMySqlResult. :rtype: str �r �r r r r r Q s z8ValidateDatabaseToolsConnectionMySqlResult.database_namec C s || _ dS )z� Sets the database_name of this ValidateDatabaseToolsConnectionMySqlResult. The database name. :param database_name: The database_name of this ValidateDatabaseToolsConnectionMySqlResult. :type: str Nr"