📂 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
›
analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/analytics/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: private_access_channel.cpython-39.opt-1.pyc
a ���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 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� �Zdd � Zd!d"� Zd#d$� Zd%S )&�PrivateAccessChannelz: Analytics Instance Private Access Channel model. c K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new PrivateAccessChannel object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this PrivateAccessChannel. :type key: str :param display_name: The value to assign to the display_name property of this PrivateAccessChannel. :type display_name: str :param vcn_id: The value to assign to the vcn_id property of this PrivateAccessChannel. :type vcn_id: str :param subnet_id: The value to assign to the subnet_id property of this PrivateAccessChannel. :type subnet_id: str :param ip_address: The value to assign to the ip_address property of this PrivateAccessChannel. :type ip_address: str :param egress_source_ip_addresses: The value to assign to the egress_source_ip_addresses property of this PrivateAccessChannel. :type egress_source_ip_addresses: list[str] :param private_source_dns_zones: The value to assign to the private_source_dns_zones property of this PrivateAccessChannel. :type private_source_dns_zones: list[oci.analytics.models.PrivateSourceDnsZone] :param private_source_scan_hosts: The value to assign to the private_source_scan_hosts property of this PrivateAccessChannel. :type private_source_scan_hosts: list[oci.analytics.models.PrivateSourceScanHost] :param network_security_group_ids: The value to assign to the network_security_group_ids property of this PrivateAccessChannel. :type network_security_group_ids: list[str] �strz list[str]zlist[PrivateSourceDnsZone]zlist[PrivateSourceScanHost]) �key�display_name�vcn_id� subnet_id� ip_address�egress_source_ip_addresses�private_source_dns_zones�private_source_scan_hosts�network_security_group_idsr ZdisplayNameZvcnIdZsubnetIdZ ipAddressZegressSourceIpAddressesZprivateSourceDnsZonesZprivateSourceScanHostsZnetworkSecurityGroupIdsN)Z swagger_typesZ attribute_map�_key� _display_name�_vcn_id� _subnet_id�_ip_address�_egress_source_ip_addresses�_private_source_dns_zones�_private_source_scan_hosts�_network_security_group_ids)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/analytics/models/private_access_channel.py�__init__ s: +� �zPrivateAccessChannel.__init__c C s | j S )z� **[Required]** Gets the key of this PrivateAccessChannel. Private Access Channel unique identifier key. :return: The key of this PrivateAccessChannel. :rtype: str �r �r r r r r ^ s zPrivateAccessChannel.keyc C s || _ dS )z� Sets the key of this PrivateAccessChannel. Private Access Channel unique identifier key. :param key: The key of this PrivateAccessChannel. :type: str Nr )r r r r r r j s c C s | j S )z� **[Required]** Gets the display_name of this PrivateAccessChannel. Display Name of the Private Access Channel. :return: The display_name of this PrivateAccessChannel. :rtype: str �r r r r r r v s z!PrivateAccessChannel.display_namec C s || _ dS )z� Sets the display_name of this PrivateAccessChannel. Display Name of the Private Access Channel. :param display_name: The display_name of this PrivateAccessChannel. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the vcn_id of this PrivateAccessChannel. OCID of the customer VCN peered with private access channel. :return: The vcn_id of this PrivateAccessChannel. :rtype: str �r r r r r r � s zPrivateAccessChannel.vcn_idc C s || _ dS )z� Sets the vcn_id of this PrivateAccessChannel. OCID of the customer VCN peered with private access channel. :param vcn_id: The vcn_id of this PrivateAccessChannel. :type: str Nr"