📂 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: phase_one_config_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 @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�PhaseOneConfigDetailszT Configuration details for IKE phase one (ISAKMP) configuration parameters. �SHA2_384�SHA2_256�SHA1_96�AES_256_CBC�AES_192_CBC�AES_128_CBC�GROUP2�GROUP5�GROUP14�GROUP19�GROUP20�GROUP24c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new PhaseOneConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_custom_phase_one_config: The value to assign to the is_custom_phase_one_config property of this PhaseOneConfigDetails. :type is_custom_phase_one_config: bool :param authentication_algorithm: The value to assign to the authentication_algorithm property of this PhaseOneConfigDetails. Allowed values for this property are: "SHA2_384", "SHA2_256", "SHA1_96" :type authentication_algorithm: str :param encryption_algorithm: The value to assign to the encryption_algorithm property of this PhaseOneConfigDetails. Allowed values for this property are: "AES_256_CBC", "AES_192_CBC", "AES_128_CBC" :type encryption_algorithm: str :param diffie_helman_group: The value to assign to the diffie_helman_group property of this PhaseOneConfigDetails. Allowed values for this property are: "GROUP2", "GROUP5", "GROUP14", "GROUP19", "GROUP20", "GROUP24" :type diffie_helman_group: str :param lifetime_in_seconds: The value to assign to the lifetime_in_seconds property of this PhaseOneConfigDetails. :type lifetime_in_seconds: int �bool�str�int)�is_custom_phase_one_config�authentication_algorithm�encryption_algorithm�diffie_helman_group�lifetime_in_secondsZisCustomPhaseOneConfigZauthenticationAlgorithmZencryptionAlgorithmZdiffieHelmanGroupZlifetimeInSecondsN)Z swagger_typesZ attribute_map�_is_custom_phase_one_config�_authentication_algorithm�_encryption_algorithm�_diffie_helman_group�_lifetime_in_seconds)�self�kwargs� r"