📂 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
›
data_flow
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_flow/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_endpoint_vcn_config.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�SqlEndpointNetworkConfiguration� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�SqlEndpointVcnConfigz? The VCN configuration for VCN network type selection. c K sV ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d| _d S )aQ Initializes a new SqlEndpointVcnConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.data_flow.models.SqlEndpointVcnConfig.network_type` attribute of this class is ``VCN`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param network_type: The value to assign to the network_type property of this SqlEndpointVcnConfig. Allowed values for this property are: "VCN", "SECURE_ACCESS" :type network_type: str :param vcn_id: The value to assign to the vcn_id property of this SqlEndpointVcnConfig. :type vcn_id: str :param subnet_id: The value to assign to the subnet_id property of this SqlEndpointVcnConfig. :type subnet_id: str :param host_name_prefix: The value to assign to the host_name_prefix property of this SqlEndpointVcnConfig. :type host_name_prefix: str :param nsg_ids: The value to assign to the nsg_ids property of this SqlEndpointVcnConfig. :type nsg_ids: list[str] :param private_endpoint_ip: The value to assign to the private_endpoint_ip property of this SqlEndpointVcnConfig. :type private_endpoint_ip: str �strz list[str])Znetwork_type�vcn_id� subnet_id�host_name_prefix�nsg_ids�private_endpoint_ipZnetworkTypeZvcnIdZsubnetIdZhostNamePrefixZnsgIdsZprivateEndpointIpNZVCN)Z swagger_typesZ attribute_mapZ _network_type�_vcn_id� _subnet_id�_host_name_prefix�_nsg_ids�_private_endpoint_ip)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/data_flow/models/sql_endpoint_vcn_config.py�__init__ s* !� � zSqlEndpointVcnConfig.__init__c C s | j S )z� **[Required]** Gets the vcn_id of this SqlEndpointVcnConfig. The VCN OCID. :return: The vcn_id of this SqlEndpointVcnConfig. :rtype: str �r �r r r r r L s zSqlEndpointVcnConfig.vcn_idc C s || _ dS )z� Sets the vcn_id of this SqlEndpointVcnConfig. The VCN OCID. :param vcn_id: The vcn_id of this SqlEndpointVcnConfig. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the subnet_id of this SqlEndpointVcnConfig. The VCN Subnet OCID. :return: The subnet_id of this SqlEndpointVcnConfig. :rtype: str �r r r r r r d s zSqlEndpointVcnConfig.subnet_idc C s || _ dS )z� Sets the subnet_id of this SqlEndpointVcnConfig. The VCN Subnet OCID. :param subnet_id: The subnet_id of this SqlEndpointVcnConfig. :type: str Nr )r r r r r r p s c C s | j S )z� Gets the host_name_prefix of this SqlEndpointVcnConfig. The host name prefix. :return: The host_name_prefix of this SqlEndpointVcnConfig. :rtype: str �r r r r r r | s z%SqlEndpointVcnConfig.host_name_prefixc C s || _ dS )z� Sets the host_name_prefix of this SqlEndpointVcnConfig. The host name prefix. :param host_name_prefix: The host_name_prefix of this SqlEndpointVcnConfig. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the nsg_ids of this SqlEndpointVcnConfig. The OCIDs of Network Security Groups (NSGs). :return: The nsg_ids of this SqlEndpointVcnConfig. :rtype: list[str] �r r r r r r � s zSqlEndpointVcnConfig.nsg_idsc C s || _ dS )z� Sets the nsg_ids of this SqlEndpointVcnConfig. The OCIDs of Network Security Groups (NSGs). :param nsg_ids: The nsg_ids of this SqlEndpointVcnConfig. :type: list[str] Nr )r r r r r r � s c C s | j S )z� Gets the private_endpoint_ip of this SqlEndpointVcnConfig. Ip Address of private endpoint :return: The private_endpoint_ip of this SqlEndpointVcnConfig. :rtype: str �r r r r r r � s z(SqlEndpointVcnConfig.private_endpoint_ipc C s || _ dS )z� Sets the private_endpoint_ip of this SqlEndpointVcnConfig. Ip Address of private endpoint :param private_endpoint_ip: The private_endpoint_ip of this SqlEndpointVcnConfig. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zSqlEndpointVcnConfig.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zSqlEndpointVcnConfig.__eq__c C s | |k S r r r"