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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�AssociableEntityza Entity details including whether or not it is eligible for association with the source. �ELIGIBLE� INELIGIBLEc K sd ddddddddd�| _ ddddddd d d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )ae Initializes a new AssociableEntity object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_id: The value to assign to the entity_id property of this AssociableEntity. :type entity_id: str :param entity_name: The value to assign to the entity_name property of this AssociableEntity. :type entity_name: str :param entity_type_name: The value to assign to the entity_type_name property of this AssociableEntity. :type entity_type_name: str :param entity_type_display_name: The value to assign to the entity_type_display_name property of this AssociableEntity. :type entity_type_display_name: str :param host: The value to assign to the host property of this AssociableEntity. :type host: str :param agent_id: The value to assign to the agent_id property of this AssociableEntity. :type agent_id: str :param eligibility_status: The value to assign to the eligibility_status property of this AssociableEntity. Allowed values for this property are: "ELIGIBLE", "INELIGIBLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type eligibility_status: str :param ineligibility_details: The value to assign to the ineligibility_details property of this AssociableEntity. :type ineligibility_details: str �str)� entity_id�entity_name�entity_type_name�entity_type_display_name�host�agent_id�eligibility_status�ineligibility_detailsZentityIdZ entityNameZentityTypeNameZentityTypeDisplayNamer ZagentIdZeligibilityStatusZineligibilityDetailsN) Z swagger_typesZ attribute_map� _entity_id�_entity_name�_entity_type_name�_entity_type_display_name�_host� _agent_id�_eligibility_status�_ineligibility_details)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/log_analytics/models/associable_entity.py�__init__ s4 )��zAssociableEntity.__init__c C s | j S )z� Gets the entity_id of this AssociableEntity. The entity OCID. :return: The entity_id of this AssociableEntity. :rtype: str �r �r r r r r a s zAssociableEntity.entity_idc C s || _ dS )z� Sets the entity_id of this AssociableEntity. The entity OCID. :param entity_id: The entity_id of this AssociableEntity. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the entity_name of this AssociableEntity. The name of the entity. :return: The entity_name of this AssociableEntity. :rtype: str �r r r r r r y s zAssociableEntity.entity_namec C s || _ dS )z� Sets the entity_name of this AssociableEntity. The name of the entity. :param entity_name: The entity_name of this AssociableEntity. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the entity_type_name of this AssociableEntity. The type name of the entity. :return: The entity_type_name of this AssociableEntity. :rtype: str �r r r r r r � s z!AssociableEntity.entity_type_namec C s || _ dS )z� Sets the entity_type_name of this AssociableEntity. The type name of the entity. :param entity_type_name: The entity_type_name of this AssociableEntity. :type: str Nr"