📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
vn_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: default_phase_two_parameters.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�DefaultPhaseTwoParametersz' Default phase two parameters. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aE Initializes a new DefaultPhaseTwoParameters object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param default_encryption_algorithms: The value to assign to the default_encryption_algorithms property of this DefaultPhaseTwoParameters. :type default_encryption_algorithms: list[str] :param default_authentication_algorithms: The value to assign to the default_authentication_algorithms property of this DefaultPhaseTwoParameters. :type default_authentication_algorithms: list[str] :param default_pfs_dh_group: The value to assign to the default_pfs_dh_group property of this DefaultPhaseTwoParameters. :type default_pfs_dh_group: str z list[str]�str)�default_encryption_algorithms�!default_authentication_algorithms�default_pfs_dh_groupZdefaultEncryptionAlgorithmsZdefaultAuthenticationAlgorithmsZdefaultPfsDhGroupN)Z swagger_typesZ attribute_map�_default_encryption_algorithms�"_default_authentication_algorithms�_default_pfs_dh_group)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/default_phase_two_parameters.py�__init__ s ��z"DefaultPhaseTwoParameters.__init__c C s | j S )z� Gets the default_encryption_algorithms of this DefaultPhaseTwoParameters. Default phase two encryption algorithms. :return: The default_encryption_algorithms of this DefaultPhaseTwoParameters. :rtype: list[str] �r �r r r r r 4 s z7DefaultPhaseTwoParameters.default_encryption_algorithmsc C s || _ dS )a Sets the default_encryption_algorithms of this DefaultPhaseTwoParameters. Default phase two encryption algorithms. :param default_encryption_algorithms: The default_encryption_algorithms of this DefaultPhaseTwoParameters. :type: list[str] Nr )r r r r r r @ s c C s | j S )a Gets the default_authentication_algorithms of this DefaultPhaseTwoParameters. Default phase two authentication algorithms. :return: The default_authentication_algorithms of this DefaultPhaseTwoParameters. :rtype: list[str] �r r r r r r L s z;DefaultPhaseTwoParameters.default_authentication_algorithmsc C s || _ dS )a* Sets the default_authentication_algorithms of this DefaultPhaseTwoParameters. Default phase two authentication algorithms. :param default_authentication_algorithms: The default_authentication_algorithms of this DefaultPhaseTwoParameters. :type: list[str] Nr )r r r r r r X s c C s | j S )z� Gets the default_pfs_dh_group of this DefaultPhaseTwoParameters. Default perfect forward secrecy Diffie-Hellman groups. :return: The default_pfs_dh_group of this DefaultPhaseTwoParameters. :rtype: str �r r r r r r d s z.DefaultPhaseTwoParameters.default_pfs_dh_groupc C s || _ dS )a Sets the default_pfs_dh_group of this DefaultPhaseTwoParameters. Default perfect forward secrecy Diffie-Hellman groups. :param default_pfs_dh_group: The default_pfs_dh_group of this DefaultPhaseTwoParameters. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z"DefaultPhaseTwoParameters.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z DefaultPhaseTwoParameters.__eq__c C s | |k S r r r r r r �__ne__� s z DefaultPhaseTwoParameters.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"