📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tunnel_phase_two_details.cpython-39.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 @ sh 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� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�TunnelPhaseTwoDetailsz@ IPsec tunnel detail information specific to phase two. c K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new TunnelPhaseTwoDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_custom_phase_two_config: The value to assign to the is_custom_phase_two_config property of this TunnelPhaseTwoDetails. :type is_custom_phase_two_config: bool :param lifetime: The value to assign to the lifetime property of this TunnelPhaseTwoDetails. :type lifetime: int :param remaining_lifetime: The value to assign to the remaining_lifetime property of this TunnelPhaseTwoDetails. :type remaining_lifetime: int :param custom_authentication_algorithm: The value to assign to the custom_authentication_algorithm property of this TunnelPhaseTwoDetails. :type custom_authentication_algorithm: str :param negotiated_authentication_algorithm: The value to assign to the negotiated_authentication_algorithm property of this TunnelPhaseTwoDetails. :type negotiated_authentication_algorithm: str :param custom_encryption_algorithm: The value to assign to the custom_encryption_algorithm property of this TunnelPhaseTwoDetails. :type custom_encryption_algorithm: str :param negotiated_encryption_algorithm: The value to assign to the negotiated_encryption_algorithm property of this TunnelPhaseTwoDetails. :type negotiated_encryption_algorithm: str :param dh_group: The value to assign to the dh_group property of this TunnelPhaseTwoDetails. :type dh_group: str :param negotiated_dh_group: The value to assign to the negotiated_dh_group property of this TunnelPhaseTwoDetails. :type negotiated_dh_group: str :param is_esp_established: The value to assign to the is_esp_established property of this TunnelPhaseTwoDetails. :type is_esp_established: bool :param is_pfs_enabled: The value to assign to the is_pfs_enabled property of this TunnelPhaseTwoDetails. :type is_pfs_enabled: bool :param remaining_lifetime_last_retrieved: The value to assign to the remaining_lifetime_last_retrieved property of this TunnelPhaseTwoDetails. :type remaining_lifetime_last_retrieved: datetime �bool�int�strZdatetime)�is_custom_phase_two_config�lifetime�remaining_lifetime�custom_authentication_algorithm�#negotiated_authentication_algorithm�custom_encryption_algorithm�negotiated_encryption_algorithm�dh_group�negotiated_dh_group�is_esp_established�is_pfs_enabled�!remaining_lifetime_last_retrievedZisCustomPhaseTwoConfigr ZremainingLifetimeZcustomAuthenticationAlgorithmZ!negotiatedAuthenticationAlgorithmZcustomEncryptionAlgorithmZnegotiatedEncryptionAlgorithmZdhGroupZnegotiatedDhGroupZisEspEstablishedZisPfsEnabledZremainingLifetimeLastRetrievedN)Z swagger_typesZ attribute_map�_is_custom_phase_two_config� _lifetime�_remaining_lifetime� _custom_authentication_algorithm�$_negotiated_authentication_algorithm�_custom_encryption_algorithm� _negotiated_encryption_algorithm� _dh_group�_negotiated_dh_group�_is_esp_established�_is_pfs_enabled�"_remaining_lifetime_last_retrieved)�self�kwargs� r$ �L/usr/lib/python3.9/site-packages/oci/core/models/tunnel_phase_two_details.py�__init__ sL 7��zTunnelPhaseTwoDetails.__init__c C s | j S )aE Gets the is_custom_phase_two_config of this TunnelPhaseTwoDetails. Indicates whether custom phase two configuration is enabled. If this option is not enabled, default settings are proposed. :return: The is_custom_phase_two_config of this TunnelPhaseTwoDetails. :rtype: bool �r �r"