ruạṛ
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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�Agentz& Information about the agent. �OMA�OCA�EARLY_ACCESS�UNKNOWN� UP_TO_DATE�UPDATE_REQUIRED�UPGRADE_REQUIREDc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a. Initializes a new Agent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this Agent. :type display_name: str :param type: The value to assign to the type property of this Agent. Allowed values for this property are: "OMA", "OCA", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param java_version: The value to assign to the java_version property of this Agent. :type java_version: str :param java_security_status: The value to assign to the java_security_status property of this Agent. Allowed values for this property are: "EARLY_ACCESS", "UNKNOWN", "UP_TO_DATE", "UPDATE_REQUIRED", "UPGRADE_REQUIRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type java_security_status: str :param plugins: The value to assign to the plugins property of this Agent. :type plugins: list[oci.jms.models.Plugin] �strzlist[Plugin])�display_name�type�java_version�java_security_status�pluginsZdisplayNamer ZjavaVersionZjavaSecurityStatusr N)Z swagger_typesZ attribute_map� _display_name�_type� _java_version�_java_security_status�_plugins)�self�kwargs� r �8/usr/lib/python3.9/site-packages/oci/jms/models/agent.py�__init__. s"