ruạṛ
a N��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_groups�defaultEncryptionAlgorithms�defaultAuthenticationAlgorithms�defaultDhGroupsN)� swagger_types� attribute_map�_default_encryption_algorithms�"_default_authentication_algorithms�_default_dh_groups)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >