📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tunnel_config.pyc
a N��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 d d� Z dd� Zdd� ZdS )�TunnelConfigz� Deprecated. For tunnel information, instead see: * :class:`IPSecConnectionTunnel` * :class:`IPSecConnectionTunnelSharedSecret` c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a} Initializes a new TunnelConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ip_address: The value to assign to the ip_address property of this TunnelConfig. :type ip_address: str :param shared_secret: The value to assign to the shared_secret property of this TunnelConfig. :type shared_secret: str :param time_created: The value to assign to the time_created property of this TunnelConfig. :type time_created: datetime �str�datetime)� ip_address� shared_secret�time_created� ipAddress�sharedSecret�timeCreatedN)� swagger_types� attribute_map�_ip_address�_shared_secret� _time_created)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/tunnel_config.py�__init__ s ��zTunnelConfig.__init__c C s | j S )z� **[Required]** Gets the ip_address of this TunnelConfig. The IP address of Oracle's VPN headend. Example: `203.0.113.50 ` :return: The ip_address of this TunnelConfig. :rtype: str �r �r r r r r 5 s zTunnelConfig.ip_addressc C s || _ dS )z� Sets the ip_address of this TunnelConfig. The IP address of Oracle's VPN headend. Example: `203.0.113.50 ` :param ip_address: The ip_address of this TunnelConfig. :type: str Nr )r r r r r r C s c C s | j S )z� **[Required]** Gets the shared_secret of this TunnelConfig. The shared secret of the IPSec tunnel. :return: The shared_secret of this TunnelConfig. :rtype: str �r r r r r r Q s zTunnelConfig.shared_secretc C s || _ dS )z� Sets the shared_secret of this TunnelConfig. The shared secret of the IPSec tunnel. :param shared_secret: The shared_secret of this TunnelConfig. :type: str Nr )r r r r r r ] s c C s | j S )aO Gets the time_created of this TunnelConfig. The date and time the IPSec connection was created, in the format defined by `RFC3339`__. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :return: The time_created of this TunnelConfig. :rtype: datetime �r r r r r r i s zTunnelConfig.time_createdc C s || _ dS )aZ Sets the time_created of this TunnelConfig. The date and time the IPSec connection was created, in the format defined by `RFC3339`__. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :param time_created: The time_created of this TunnelConfig. :type: datetime Nr )r r r r r r y s c C s t | �S �N)r r r r r �__repr__� s zTunnelConfig.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zTunnelConfig.__eq__c C s | |k S r r r r r r �__ne__� s zTunnelConfig.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"