📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
golden_gate
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/golden_gate/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_microsoft_sqlserver_connection_details.cpython-39.pyc
a ���f�D � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateConnectionDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�)UpdateMicrosoftSqlserverConnectionDetailszF The information to update a Microsoft SQL Server Connection. c K s� ddddddddddddddddddddd�| _ d d ddd dddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateMicrosoftSqlserverConnectionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.golden_gate.models.UpdateMicrosoftSqlserverConnectionDetails.connection_type` attribute of this class is ``MICROSOFT_SQLSERVER`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param connection_type: The value to assign to the connection_type property of this UpdateMicrosoftSqlserverConnectionDetails. Allowed values for this property are: "GOLDENGATE", "KAFKA", "KAFKA_SCHEMA_REGISTRY", "MYSQL", "JAVA_MESSAGE_SERVICE", "MICROSOFT_SQLSERVER", "OCI_OBJECT_STORAGE", "ORACLE", "AZURE_DATA_LAKE_STORAGE", "POSTGRESQL", "AZURE_SYNAPSE_ANALYTICS", "SNOWFLAKE", "AMAZON_S3", "HDFS", "ORACLE_NOSQL", "MONGODB", "AMAZON_KINESIS", "AMAZON_REDSHIFT", "DB2", "REDIS", "ELASTICSEARCH", "GENERIC", "GOOGLE_CLOUD_STORAGE", "GOOGLE_BIGQUERY" :type connection_type: str :param display_name: The value to assign to the display_name property of this UpdateMicrosoftSqlserverConnectionDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateMicrosoftSqlserverConnectionDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateMicrosoftSqlserverConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateMicrosoftSqlserverConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param vault_id: The value to assign to the vault_id property of this UpdateMicrosoftSqlserverConnectionDetails. :type vault_id: str :param key_id: The value to assign to the key_id property of this UpdateMicrosoftSqlserverConnectionDetails. :type key_id: str :param nsg_ids: The value to assign to the nsg_ids property of this UpdateMicrosoftSqlserverConnectionDetails. :type nsg_ids: list[str] :param subnet_id: The value to assign to the subnet_id property of this UpdateMicrosoftSqlserverConnectionDetails. :type subnet_id: str :param routing_method: The value to assign to the routing_method property of this UpdateMicrosoftSqlserverConnectionDetails. Allowed values for this property are: "SHARED_SERVICE_ENDPOINT", "SHARED_DEPLOYMENT_ENDPOINT", "DEDICATED_ENDPOINT" :type routing_method: str :param database_name: The value to assign to the database_name property of this UpdateMicrosoftSqlserverConnectionDetails. :type database_name: str :param host: The value to assign to the host property of this UpdateMicrosoftSqlserverConnectionDetails. :type host: str :param port: The value to assign to the port property of this UpdateMicrosoftSqlserverConnectionDetails. :type port: int :param username: The value to assign to the username property of this UpdateMicrosoftSqlserverConnectionDetails. :type username: str :param password: The value to assign to the password property of this UpdateMicrosoftSqlserverConnectionDetails. :type password: str :param additional_attributes: The value to assign to the additional_attributes property of this UpdateMicrosoftSqlserverConnectionDetails. :type additional_attributes: list[oci.golden_gate.models.NameValuePair] :param security_protocol: The value to assign to the security_protocol property of this UpdateMicrosoftSqlserverConnectionDetails. :type security_protocol: str :param ssl_ca: The value to assign to the ssl_ca property of this UpdateMicrosoftSqlserverConnectionDetails. :type ssl_ca: str :param should_validate_server_certificate: The value to assign to the should_validate_server_certificate property of this UpdateMicrosoftSqlserverConnectionDetails. :type should_validate_server_certificate: bool :param private_ip: The value to assign to the private_ip property of this UpdateMicrosoftSqlserverConnectionDetails. :type private_ip: str �strzdict(str, str)zdict(str, dict(str, object))z list[str]�intzlist[NameValuePair]�bool)Zconnection_typeZdisplay_name�descriptionZ freeform_tagsZdefined_tagsZvault_idZkey_idZnsg_idsZ subnet_idZrouting_method� database_name�host�port�username�password�additional_attributes�security_protocol�ssl_ca�"should_validate_server_certificate� private_ipZconnectionTypeZdisplayNamer ZfreeformTagsZdefinedTagsZvaultIdZkeyIdZnsgIdsZsubnetIdZ routingMethodZdatabaseNamer r r r ZadditionalAttributesZsecurityProtocolZsslCaZshouldValidateServerCertificateZ privateIpNZMICROSOFT_SQLSERVER)Z swagger_typesZ attribute_mapZ_connection_typeZ _display_nameZ_descriptionZ_freeform_tagsZ _defined_tagsZ _vault_idZ_key_idZ_nsg_idsZ _subnet_idZ_routing_method�_database_name�_host�_port� _username� _password�_additional_attributes�_security_protocol�_ssl_ca�#_should_validate_server_certificate�_private_ip)�self�kwargs� r# �h/usr/lib/python3.9/site-packages/oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py�__init__ s~ Z��z2UpdateMicrosoftSqlserverConnectionDetails.__init__c C s | j S )z� Gets the database_name of this UpdateMicrosoftSqlserverConnectionDetails. The name of the database. :return: The database_name of this UpdateMicrosoftSqlserverConnectionDetails. :rtype: str �r �r! r# r# r$ r � s z7UpdateMicrosoftSqlserverConnectionDetails.database_namec C s || _ dS )z� Sets the database_name of this UpdateMicrosoftSqlserverConnectionDetails. The name of the database. :param database_name: The database_name of this UpdateMicrosoftSqlserverConnectionDetails. :type: str Nr&