📂 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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: phase_two_config_details.pyc
a N��fx0 � @ 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 ZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�PhaseTwoConfigDetailszM Configuration details for IPSec phase two configuration parameters. �HMAC_SHA2_256_128� HMAC_SHA1_128�AES_256_GCM�AES_192_GCM�AES_128_GCM�AES_256_CBC�AES_192_CBC�AES_128_CBC�GROUP2�GROUP5�GROUP14�GROUP19�GROUP20�GROUP24c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )aC Initializes a new PhaseTwoConfigDetails 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 PhaseTwoConfigDetails. :type is_custom_phase_two_config: bool :param authentication_algorithm: The value to assign to the authentication_algorithm property of this PhaseTwoConfigDetails. Allowed values for this property are: "HMAC_SHA2_256_128", "HMAC_SHA1_128" :type authentication_algorithm: str :param encryption_algorithm: The value to assign to the encryption_algorithm property of this PhaseTwoConfigDetails. Allowed values for this property are: "AES_256_GCM", "AES_192_GCM", "AES_128_GCM", "AES_256_CBC", "AES_192_CBC", "AES_128_CBC" :type encryption_algorithm: str :param lifetime_in_seconds: The value to assign to the lifetime_in_seconds property of this PhaseTwoConfigDetails. :type lifetime_in_seconds: int :param is_pfs_enabled: The value to assign to the is_pfs_enabled property of this PhaseTwoConfigDetails. :type is_pfs_enabled: bool :param pfs_dh_group: The value to assign to the pfs_dh_group property of this PhaseTwoConfigDetails. Allowed values for this property are: "GROUP2", "GROUP5", "GROUP14", "GROUP19", "GROUP20", "GROUP24" :type pfs_dh_group: str �bool�str�int)�is_custom_phase_two_config�authentication_algorithm�encryption_algorithm�lifetime_in_seconds�is_pfs_enabled�pfs_dh_group�isCustomPhaseTwoConfig�authenticationAlgorithm�encryptionAlgorithm�lifetimeInSeconds�isPfsEnabled� pfsDhGroupN)� swagger_types� attribute_map�_is_custom_phase_two_config�_authentication_algorithm�_encryption_algorithm�_lifetime_in_seconds�_is_pfs_enabled� _pfs_dh_group)�self�kwargs� r. ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/phase_two_config_details.py�__init__H s( "� � zPhaseTwoConfigDetails.__init__c C s | j S )a Gets the is_custom_phase_two_config of this PhaseTwoConfigDetails. Indicates whether custom configuration is enabled for phase two options. :return: The is_custom_phase_two_config of this PhaseTwoConfigDetails. :rtype: bool �r&