📂 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
›
vn_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ip_sec_connection_tunnel.cpython-39.pyc
a ���f�x � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Z e jd)d(� �Z ed*d+� �Z!e!jd,d+� �Z!ed-d.� �Z"e"jd/d.� �Z"ed0d1� �Z#e#jd2d1� �Z#ed3d4� �Z$e$jd5d4� �Z$ed6d7� �Z%e%jd8d7� �Z%ed9d:� �Z&e&jd;d:� �Z&ed<d=� �Z'e'jd>d=� �Z'ed?d@� �Z(e(jdAd@� �Z(edBdC� �Z)e)jdDdC� �Z)edEdF� �Z*e*jdGdF� �Z*edHdI� �Z+e+jdJdI� �Z+edKdL� �Z,e,jdMdL� �Z,edNdO� �Z-e-jdPdO� �Z-edQdR� �Z.e.jdSdR� �Z.dTdU� Z/dVdW� Z0dXdY� Z1dZS )[�IPSecConnectionTunnelz� Information about a single IPSec tunnel in an IPSec connection. This object does not include the tunnel's shared secret (pre-shared key), which is found in the :class:`IPSecConnectionTunnelSharedSecret` object. �UP�DOWN�DOWN_FOR_MAINTENANCE� PARTIAL_UP�V1�V2�PROVISIONING� AVAILABLE�TERMINATING� TERMINATED�BGP�STATIC�POLICY�INITIATOR_OR_RESPONDER�RESPONDER_ONLY�ENABLED�DISABLED�AUTO�INITIATE_AND_RESPOND�RESPOND_ONLYc K s� ddddddddddddddddddddd �| _ d ddd ddddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS )ac Initializes a new IPSecConnectionTunnel object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this IPSecConnectionTunnel. :type compartment_id: str :param id: The value to assign to the id property of this IPSecConnectionTunnel. :type id: str :param vpn_ip: The value to assign to the vpn_ip property of this IPSecConnectionTunnel. :type vpn_ip: str :param cpe_ip: The value to assign to the cpe_ip property of this IPSecConnectionTunnel. :type cpe_ip: str :param status: The value to assign to the status property of this IPSecConnectionTunnel. Allowed values for this property are: "UP", "DOWN", "DOWN_FOR_MAINTENANCE", "PARTIAL_UP" :type status: str :param ike_version: The value to assign to the ike_version property of this IPSecConnectionTunnel. Allowed values for this property are: "V1", "V2" :type ike_version: str :param lifecycle_state: The value to assign to the lifecycle_state property of this IPSecConnectionTunnel. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED" :type lifecycle_state: str :param display_name: The value to assign to the display_name property of this IPSecConnectionTunnel. :type display_name: str :param bgp_session_info: The value to assign to the bgp_session_info property of this IPSecConnectionTunnel. :type bgp_session_info: oci.vn_monitoring.models.BgpSessionInfo :param encryption_domain_config: The value to assign to the encryption_domain_config property of this IPSecConnectionTunnel. :type encryption_domain_config: oci.vn_monitoring.models.EncryptionDomainConfig :param routing: The value to assign to the routing property of this IPSecConnectionTunnel. Allowed values for this property are: "BGP", "STATIC", "POLICY" :type routing: str :param time_created: The value to assign to the time_created property of this IPSecConnectionTunnel. :type time_created: datetime :param time_status_updated: The value to assign to the time_status_updated property of this IPSecConnectionTunnel. :type time_status_updated: datetime :param oracle_can_initiate: The value to assign to the oracle_can_initiate property of this IPSecConnectionTunnel. Allowed values for this property are: "INITIATOR_OR_RESPONDER", "RESPONDER_ONLY" :type oracle_can_initiate: str :param nat_translation_enabled: The value to assign to the nat_translation_enabled property of this IPSecConnectionTunnel. Allowed values for this property are: "ENABLED", "DISABLED", "AUTO" :type nat_translation_enabled: str :param dpd_mode: The value to assign to the dpd_mode property of this IPSecConnectionTunnel. Allowed values for this property are: "INITIATE_AND_RESPOND", "RESPOND_ONLY" :type dpd_mode: str :param dpd_timeout_in_sec: The value to assign to the dpd_timeout_in_sec property of this IPSecConnectionTunnel. :type dpd_timeout_in_sec: int :param phase_one_details: The value to assign to the phase_one_details property of this IPSecConnectionTunnel. :type phase_one_details: oci.vn_monitoring.models.TunnelPhaseOneDetails :param phase_two_details: The value to assign to the phase_two_details property of this IPSecConnectionTunnel. :type phase_two_details: oci.vn_monitoring.models.TunnelPhaseTwoDetails :param associated_virtual_circuits: The value to assign to the associated_virtual_circuits property of this IPSecConnectionTunnel. :type associated_virtual_circuits: list[str] �strZBgpSessionInfoZEncryptionDomainConfigZdatetime�intZTunnelPhaseOneDetailsZTunnelPhaseTwoDetailsz list[str])�compartment_id�id�vpn_ip�cpe_ip�status�ike_version�lifecycle_state�display_name�bgp_session_info�encryption_domain_config�routing�time_created�time_status_updated�oracle_can_initiate�nat_translation_enabled�dpd_mode�dpd_timeout_in_sec�phase_one_details�phase_two_details�associated_virtual_circuitsZ compartmentIdr ZvpnIpZcpeIpr! Z ikeVersionZlifecycleStateZdisplayNameZbgpSessionInfoZencryptionDomainConfigr'