ruạṛ
a ���f6i � @ 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� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zed*d+� �Zej d,d+� �Zed-d.� �Zej d/d.� �Zed0d1� �Zej d2d1� �Zed3d4� �Zej d5d4� �Zed6d7� �Zej d8d7� �Zed9d:� �Zej d;d:� �Zed<d=� �Zej d>d=� �Zed?d@� �Zej dAd@� �ZedBdC� �Zej dDdC� �ZedEdF� �Zej dGdF� �ZedHdI� �Zej dJdI� �ZdKdL� Z dMdN� Z!dOdP� Z"dQS )R�LogAnalyticsEntityz0 Description of a log analytics entity. �ACTIVE�DELETEDc K s� dddddddddddddddddddddddd�| _ d d ddd ddddddddddddddddddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d | _d | _ d | _d | _d | _d | _d | _d | _d | _d | _d | _d | _d | _d S )!au Initializes a new LogAnalyticsEntity 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 LogAnalyticsEntity. :type id: str :param name: The value to assign to the name property of this LogAnalyticsEntity. :type name: str :param compartment_id: The value to assign to the compartment_id property of this LogAnalyticsEntity. :type compartment_id: str :param entity_type_name: The value to assign to the entity_type_name property of this LogAnalyticsEntity. :type entity_type_name: str :param entity_type_internal_name: The value to assign to the entity_type_internal_name property of this LogAnalyticsEntity. :type entity_type_internal_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this LogAnalyticsEntity. Allowed values for this property are: "ACTIVE", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this LogAnalyticsEntity. :type lifecycle_details: str :param management_agent_id: The value to assign to the management_agent_id property of this LogAnalyticsEntity. :type management_agent_id: str :param management_agent_display_name: The value to assign to the management_agent_display_name property of this LogAnalyticsEntity. :type management_agent_display_name: str :param management_agent_compartment_id: The value to assign to the management_agent_compartment_id property of this LogAnalyticsEntity. :type management_agent_compartment_id: str :param timezone_region: The value to assign to the timezone_region property of this LogAnalyticsEntity. :type timezone_region: str :param properties: The value to assign to the properties property of this LogAnalyticsEntity. :type properties: dict(str, str) :param creation_source: The value to assign to the creation_source property of this LogAnalyticsEntity. :type creation_source: oci.log_analytics.models.CreationSource :param time_created: The value to assign to the time_created property of this LogAnalyticsEntity. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this LogAnalyticsEntity. :type time_updated: datetime :param time_last_discovered: The value to assign to the time_last_discovered property of this LogAnalyticsEntity. :type time_last_discovered: datetime :param metadata: The value to assign to the metadata property of this LogAnalyticsEntity. :type metadata: oci.log_analytics.models.LogAnalyticsMetadataSummary :param are_logs_collected: The value to assign to the are_logs_collected property of this LogAnalyticsEntity. :type are_logs_collected: bool :param cloud_resource_id: The value to assign to the cloud_resource_id property of this LogAnalyticsEntity. :type cloud_resource_id: str :param hostname: The value to assign to the hostname property of this LogAnalyticsEntity. :type hostname: str :param source_id: The value to assign to the source_id property of this LogAnalyticsEntity. :type source_id: str :param freeform_tags: The value to assign to the freeform_tags property of this LogAnalyticsEntity. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this LogAnalyticsEntity. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)ZCreationSourceZdatetimeZLogAnalyticsMetadataSummary�boolzdict(str, dict(str, object)))�id�name�compartment_id�entity_type_name�entity_type_internal_name�lifecycle_state�lifecycle_details�management_agent_id�management_agent_display_name�management_agent_compartment_id�timezone_region� properties�creation_source�time_created�time_updated�time_last_discovered�metadata�are_logs_collected�cloud_resource_id�hostname� source_id� freeform_tags�defined_tagsr r Z compartmentIdZentityTypeNameZentityTypeInternalNameZlifecycleStateZlifecycleDetailsZmanagementAgentIdZmanagementAgentDisplayNameZmanagementAgentCompartmentIdZtimezoneRegionr ZcreationSourceZtimeCreatedZtimeUpdatedZtimeLastDiscoveredr ZareLogsCollectedZcloudResourceIdr ZsourceIdZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_name�_compartment_id�_entity_type_name�_entity_type_internal_name�_lifecycle_state�_lifecycle_details�_management_agent_id�_management_agent_display_name� _management_agent_compartment_id�_timezone_region�_properties�_creation_source� _time_created� _time_updated�_time_last_discovered� _metadata�_are_logs_collected�_cloud_resource_id� _hostname� _source_id�_freeform_tags� _defined_tags)�self�kwargs� r; �Q/usr/lib/python3.9/site-packages/oci/log_analytics/models/log_analytics_entity.py�__init__ s� e��zLogAnalyticsEntity.__init__c C s | j S )ag **[Required]** Gets the id of this LogAnalyticsEntity. The log analytics entity OCID. This ID is a reference used by log analytics features and it represents a resource that is provisioned and managed by the customer on their premises or on the cloud. :return: The id of this LogAnalyticsEntity. :rtype: str �r"