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 @ s0 e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�ManagementAgentPluginz/ Summary of the ManagementAgentPlugin. �LINUX�WINDOWS�SOLARIS�MACOSX�CREATING�UPDATING�ACTIVE�INACTIVE� TERMINATED�DELETING�DELETED�FAILEDc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new ManagementAgentPlugin object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ManagementAgentPlugin. :type id: str :param name: The value to assign to the name property of this ManagementAgentPlugin. :type name: str :param version: The value to assign to the version property of this ManagementAgentPlugin. :type version: int :param supported_platform_types: The value to assign to the supported_platform_types property of this ManagementAgentPlugin. Allowed values for items in this list are: "LINUX", "WINDOWS", "SOLARIS", "MACOSX" :type supported_platform_types: list[str] :param display_name: The value to assign to the display_name property of this ManagementAgentPlugin. :type display_name: str :param description: The value to assign to the description property of this ManagementAgentPlugin. :type description: str :param is_console_deployable: The value to assign to the is_console_deployable property of this ManagementAgentPlugin. :type is_console_deployable: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this ManagementAgentPlugin. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "TERMINATED", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str �str�intz list[str]�bool)�id�name�version�supported_platform_types�display_name�description�is_console_deployable�lifecycle_stater r r ZsupportedPlatformTypesZdisplayNamer ZisConsoleDeployableZlifecycleStateN) Z swagger_typesZ attribute_map�_id�_name�_version�_supported_platform_types� _display_name�_description�_is_console_deployable�_lifecycle_state)�self�kwargs� r( �W/usr/lib/python3.9/site-packages/oci/management_agent/models/management_agent_plugin.py�__init__B s4 )��zManagementAgentPlugin.__init__c C s | j S )z� **[Required]** Gets the id of this ManagementAgentPlugin. Management Agent Plugin Id :return: The id of this ManagementAgentPlugin. :rtype: str �r �r&