ruạṛ
a O��fL � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ImportableAgentEntitySummary� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ st e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )� HostImportableAgentEntitySummaryzM An agent host entity that can be imported into Operations Insights. �LINUX�SOLARIS�SUNOS�ZLINUXc K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a� Initializes a new HostImportableAgentEntitySummary object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.HostImportableAgentEntitySummary.entity_source` attribute of this class is ``MACS_MANAGED_EXTERNAL_HOST`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_source: The value to assign to the entity_source property of this HostImportableAgentEntitySummary. Allowed values for this property are: "MACS_MANAGED_EXTERNAL_HOST", "MACS_MANAGED_CLOUD_HOST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type entity_source: str :param management_agent_id: The value to assign to the management_agent_id property of this HostImportableAgentEntitySummary. :type management_agent_id: str :param management_agent_display_name: The value to assign to the management_agent_display_name property of this HostImportableAgentEntitySummary. :type management_agent_display_name: str :param host_name: The value to assign to the host_name property of this HostImportableAgentEntitySummary. :type host_name: str :param platform_type: The value to assign to the platform_type property of this HostImportableAgentEntitySummary. Allowed values for this property are: "LINUX", "SOLARIS", "SUNOS", "ZLINUX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type platform_type: str �str)� entity_source�management_agent_id�management_agent_display_name� host_name� platform_type�entitySource�managementAgentId�managementAgentDisplayName�hostName�platformTypeN�MACS_MANAGED_EXTERNAL_HOST)� swagger_types� attribute_map�_entity_source�_management_agent_id�_management_agent_display_name� _host_name�_platform_type)�self�kwargs� r"