ruạṛ
a O��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 @ sZ 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� �ZdEdF� ZdGdH� ZdIdJ� Z dKS )L�LogAnalyticsEntityz0 Description of a log analytics entity. �ACTIVE�DELETEDc K s� dddddddddddddddddddddd�| _ dd d ddd dddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a 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 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)�CreationSource�datetime�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�are_logs_collected�cloud_resource_id�hostname� source_id� freeform_tags�defined_tagsr r � compartmentId�entityTypeName�entityTypeInternalName�lifecycleState�lifecycleDetails�managementAgentId�managementAgentDisplayName�managementAgentCompartmentId�timezoneRegionr �creationSource�timeCreated�timeUpdated�areLogsCollected�cloudResourceIdr �sourceId�freeformTags�definedTagsN)� swagger_types� 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�_are_logs_collected�_cloud_resource_id� _hostname� _source_id�_freeform_tags� _defined_tags)�self�kwargs� rL ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/log_analytics_entity.py�__init__ s� ]��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 �r5 �rJ rL rL rM r � s zLogAnalyticsEntity.idc C s || _ dS )aY Sets 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. :param id: The id of this LogAnalyticsEntity. :type: str NrO )rJ r rL rL rM r � s c C s | j S )z� **[Required]** Gets the name of this LogAnalyticsEntity. Log analytics entity name. :return: The name of this LogAnalyticsEntity. :rtype: str �r6 rP rL rL rM r � s zLogAnalyticsEntity.namec C s || _ dS )z� Sets the name of this LogAnalyticsEntity. Log analytics entity name. :param name: The name of this LogAnalyticsEntity. :type: str NrQ )rJ r rL rL rM r � s c C s | j S )a, **[Required]** Gets the compartment_id of this LogAnalyticsEntity. Compartment Identifier `OCID]`__. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this LogAnalyticsEntity. :rtype: str �r7 rP rL rL rM r � s z!LogAnalyticsEntity.compartment_idc C s || _ dS )a* Sets the compartment_id of this LogAnalyticsEntity. Compartment Identifier `OCID]`__. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this LogAnalyticsEntity. :type: str NrR )rJ r rL rL rM r � s c C s | j S )z� **[Required]** Gets the entity_type_name of this LogAnalyticsEntity. Log analytics entity type name. :return: The entity_type_name of this LogAnalyticsEntity. :rtype: str �r8 rP rL rL rM r s z#LogAnalyticsEntity.entity_type_namec C s || _ dS )z� Sets the entity_type_name of this LogAnalyticsEntity. Log analytics entity type name. :param entity_type_name: The entity_type_name of this LogAnalyticsEntity. :type: str NrS )rJ r rL rL rM r s c C s | j S )z� **[Required]** Gets the entity_type_internal_name of this LogAnalyticsEntity. Internal name for the log analytics entity type. :return: The entity_type_internal_name of this LogAnalyticsEntity. :rtype: str �r9 rP rL rL rM r s z,LogAnalyticsEntity.entity_type_internal_namec C s || _ dS )a Sets the entity_type_internal_name of this LogAnalyticsEntity. Internal name for the log analytics entity type. :param entity_type_internal_name: The entity_type_internal_name of this LogAnalyticsEntity. :type: str NrT )rJ r rL rL rM r , s c C s | j S )a� **[Required]** Gets the lifecycle_state of this LogAnalyticsEntity. The current state of the log analytics entity. 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'. :return: The lifecycle_state of this LogAnalyticsEntity. :rtype: str )r: rP rL rL rM r 8 s z"LogAnalyticsEntity.lifecycle_statec C s ddg}t ||�sd}|| _dS )z� Sets the lifecycle_state of this LogAnalyticsEntity. The current state of the log analytics entity. :param lifecycle_state: The lifecycle_state of this LogAnalyticsEntity. :type: str r r �UNKNOWN_ENUM_VALUEN)r r: )rJ r �allowed_valuesrL rL rM r G s c C s | j S )a# **[Required]** Gets the lifecycle_details of this LogAnalyticsEntity. lifecycleDetails has additional information regarding substeps such as management agent plugin deployment. :return: The lifecycle_details of this LogAnalyticsEntity. :rtype: str �r; rP rL rL rM r V s z$LogAnalyticsEntity.lifecycle_detailsc C s || _ dS )a$ Sets the lifecycle_details of this LogAnalyticsEntity. lifecycleDetails has additional information regarding substeps such as management agent plugin deployment. :param lifecycle_details: The lifecycle_details of this LogAnalyticsEntity. :type: str NrW )rJ r rL rL rM r b s c C s | j S )z� Gets the management_agent_id of this LogAnalyticsEntity. The OCID of the Management Agent. :return: The management_agent_id of this LogAnalyticsEntity. :rtype: str �r<