ruạṛ
a N��fd � @ 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 )�AllowedPhaseOneParametersz' Allowed phase one parameters. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new AllowedPhaseOneParameters object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param encryption_algorithms: The value to assign to the encryption_algorithms property of this AllowedPhaseOneParameters. :type encryption_algorithms: list[str] :param authentication_algorithms: The value to assign to the authentication_algorithms property of this AllowedPhaseOneParameters. :type authentication_algorithms: list[str] :param dh_groups: The value to assign to the dh_groups property of this AllowedPhaseOneParameters. :type dh_groups: list[str] z list[str])�encryption_algorithms�authentication_algorithms� dh_groups�encryptionAlgorithms�authenticationAlgorithms�dhGroupsN)� swagger_types� attribute_map�_encryption_algorithms�_authentication_algorithms� _dh_groups)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/allowed_phase_one_parameters.py�__init__ s ��z"AllowedPhaseOneParameters.__init__c C s | j S )z� Gets the encryption_algorithms of this AllowedPhaseOneParameters. Allowed phase one encryption algorithms. :return: The encryption_algorithms of this AllowedPhaseOneParameters. :rtype: list[str] �r �r r r r r 2 s z/AllowedPhaseOneParameters.encryption_algorithmsc C s || _ dS )a Sets the encryption_algorithms of this AllowedPhaseOneParameters. Allowed phase one encryption algorithms. :param encryption_algorithms: The encryption_algorithms of this AllowedPhaseOneParameters. :type: list[str] Nr )r r r r r r >