📂 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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: default_phase_one_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 )�DefaultPhaseOneParametersz' Default phase one parameters. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aB Initializes a new DefaultPhaseOneParameters 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 DefaultPhaseOneParameters. :type default_encryption_algorithms: list[str] :param default_authentication_algorithms: The value to assign to the default_authentication_algorithms property of this DefaultPhaseOneParameters. :type default_authentication_algorithms: list[str] :param default_dh_groups: The value to assign to the default_dh_groups property of this DefaultPhaseOneParameters. :type default_dh_groups: list[str] z list[str])�default_encryption_algorithms�!default_authentication_algorithms�default_dh_groupsZdefaultEncryptionAlgorithmsZdefaultAuthenticationAlgorithmsZdefaultDhGroupsN)Z swagger_typesZ attribute_map�_default_encryption_algorithms�"_default_authentication_algorithms�_default_dh_groups)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/core/models/default_phase_one_parameters.py�__init__ s ��z"DefaultPhaseOneParameters.__init__c C s | j S )z� Gets the default_encryption_algorithms of this DefaultPhaseOneParameters. Default phase one encryption algorithms. :return: The default_encryption_algorithms of this DefaultPhaseOneParameters. :rtype: list[str] �r �r r r r r 4 s z7DefaultPhaseOneParameters.default_encryption_algorithmsc C s || _ dS )a Sets the default_encryption_algorithms of this DefaultPhaseOneParameters. Default phase one encryption algorithms. :param default_encryption_algorithms: The default_encryption_algorithms of this DefaultPhaseOneParameters. :type: list[str] Nr )r r r r r r @ s c C s | j S )a Gets the default_authentication_algorithms of this DefaultPhaseOneParameters. Default phase one authentication algorithms. :return: The default_authentication_algorithms of this DefaultPhaseOneParameters. :rtype: list[str] �r r r r r r L s z;DefaultPhaseOneParameters.default_authentication_algorithmsc C s || _ dS )a* Sets the default_authentication_algorithms of this DefaultPhaseOneParameters. Default phase one authentication algorithms. :param default_authentication_algorithms: The default_authentication_algorithms of this DefaultPhaseOneParameters. :type: list[str] Nr )r r r r r r X s c C s | j S )z� Gets the default_dh_groups of this DefaultPhaseOneParameters. Default phase one Diffie-Hellman groups. :return: The default_dh_groups of this DefaultPhaseOneParameters. :rtype: list[str] �r r r r r r d s z+DefaultPhaseOneParameters.default_dh_groupsc C s || _ dS )z� Sets the default_dh_groups of this DefaultPhaseOneParameters. Default phase one Diffie-Hellman groups. :param default_dh_groups: The default_dh_groups of this DefaultPhaseOneParameters. :type: list[str] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z"DefaultPhaseOneParameters.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z DefaultPhaseOneParameters.__eq__c C s | |k S r r r r r r �__ne__� s z DefaultPhaseOneParameters.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"