📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_ip_sec_connection_details.pyc
a N��fkD � @ 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 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"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�CreateIPSecConnectionDetailsz- CreateIPSecConnectionDetails model. � IP_ADDRESS�HOSTNAMEc K sx ddddddddddd� | _ ddd d ddd dddd� | _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.core.models.CreateIPSecConnectionTunnelDetails] �strzdict(str, dict(str, object))zdict(str, str)z list[str]z(list[CreateIPSecConnectionTunnelDetails]) �compartment_id�cpe_id�defined_tags�display_name�drg_id� freeform_tags�cpe_local_identifier�cpe_local_identifier_type� static_routes�tunnel_configuration� compartmentId�cpeId�definedTags�displayName�drgId�freeformTags�cpeLocalIdentifier�cpeLocalIdentifierType�staticRoutes�tunnelConfigurationN)� swagger_types� 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)�self�kwargs� r, ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/create_ip_sec_connection_details.py�__init__ s@ 0�� 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 l 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/ )r* r r, r, r- r z s c C s | j S )a7 **[Required]** Gets the cpe_id of this CreateIPSecConnectionDetails. The `OCID`__ of the :class:`Cpe` object. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The cpe_id of this CreateIPSecConnectionDetails. :rtype: str �r! r0 r, r, r- r � s z#CreateIPSecConnectionDetails.cpe_idc C s || _ dS )a- Sets the cpe_id of this CreateIPSecConnectionDetails. The `OCID`__ of the :class:`Cpe` object. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param cpe_id: The cpe_id of this CreateIPSecConnectionDetails. :type: str Nr1 )r* r r, r, r- r � s c C s | j S )a� Gets the defined_tags of this CreateIPSecConnectionDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this CreateIPSecConnectionDetails. :rtype: dict(str, dict(str, object)) �r"