ruạṛ
a N��fe � @ 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_group�defaultEncryptionAlgorithms�defaultAuthenticationAlgorithms�defaultPfsDhGroupN)� swagger_types� attribute_map�_default_encryption_algorithms�"_default_authentication_algorithms�_default_pfs_dh_group)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/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 2 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 >