📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_ip_sec_connection_details.cpython-39.pyc
a ���fSG � @ 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 @ sV e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�CreateIPSecConnectionDetailsz- CreateIPSecConnectionDetails model. � IP_ADDRESS�HOSTNAMEc K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CreateIPSecConnectionDetails 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 CreateIPSecConnectionDetails. :type compartment_id: str :param cpe_id: The value to assign to the cpe_id property of this CreateIPSecConnectionDetails. :type cpe_id: str :param defined_tags: The value to assign to the defined_tags property of this CreateIPSecConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateIPSecConnectionDetails. :type display_name: str :param drg_id: The value to assign to the drg_id property of this CreateIPSecConnectionDetails. :type drg_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateIPSecConnectionDetails. :type freeform_tags: dict(str, str) :param cpe_local_identifier: The value to assign to the cpe_local_identifier property of this CreateIPSecConnectionDetails. :type cpe_local_identifier: str :param cpe_local_identifier_type: The value to assign to the cpe_local_identifier_type property of this CreateIPSecConnectionDetails. Allowed values for this property are: "IP_ADDRESS", "HOSTNAME" :type cpe_local_identifier_type: str :param static_routes: The value to assign to the static_routes property of this CreateIPSecConnectionDetails. :type static_routes: list[str] :param tunnel_configuration: The value to assign to the tunnel_configuration property of this CreateIPSecConnectionDetails. :type tunnel_configuration: list[oci.vn_monitoring.models.CreateIPSecConnectionTunnelDetails] :param tunnel_count: The value to assign to the tunnel_count property of this CreateIPSecConnectionDetails. :type tunnel_count: int �strzdict(str, dict(str, object))zdict(str, str)z list[str]z(list[CreateIPSecConnectionTunnelDetails]�int)�compartment_id�cpe_id�defined_tags�display_name�drg_id� freeform_tags�cpe_local_identifier�cpe_local_identifier_type� static_routes�tunnel_configuration�tunnel_countZ compartmentIdZcpeIdZdefinedTagsZdisplayNameZdrgIdZfreeformTagsZcpeLocalIdentifierZcpeLocalIdentifierTypeZstaticRoutesZtunnelConfigurationZtunnelCountN) Z swagger_typesZ attribute_map�_compartment_id�_cpe_id� _defined_tags� _display_name�_drg_id�_freeform_tags�_cpe_local_identifier�_cpe_local_identifier_type�_static_routes�_tunnel_configuration� _tunnel_count)�self�kwargs� r# �]/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/create_ip_sec_connection_details.py�__init__ sF 4��z%CreateIPSecConnectionDetails.__init__c C s | j S )a_ **[Required]** Gets the compartment_id of this CreateIPSecConnectionDetails. The `OCID`__ of the compartment to contain the IPSec connection. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateIPSecConnectionDetails. :rtype: str �r �r! r# r# r$ r u s z+CreateIPSecConnectionDetails.compartment_idc C s || _ dS )a] Sets the compartment_id of this CreateIPSecConnectionDetails. The `OCID`__ of the compartment to contain the IPSec connection. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateIPSecConnectionDetails. :type: str Nr&