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 )%�LogAnalyticsSummaryz& Summary of the LogAnalytics. �ACTIVE�DELETEDc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new LogAnalyticsSummary 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 LogAnalyticsSummary. :type id: str :param display_name: The value to assign to the display_name property of this LogAnalyticsSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this LogAnalyticsSummary. :type compartment_id: str :param log_analytics_type: The value to assign to the log_analytics_type property of this LogAnalyticsSummary. :type log_analytics_type: str :param time_created: The value to assign to the time_created property of this LogAnalyticsSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this LogAnalyticsSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this LogAnalyticsSummary. Allowed values for this property are: "ACTIVE", "DELETED" :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this LogAnalyticsSummary. :type lifecycle_details: str �strZdatetime)�id�display_name�compartment_id�log_analytics_type�time_created�time_updated�lifecycle_state�lifecycle_detailsr ZdisplayNameZ compartmentIdZlogAnalyticsTypeZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsN) Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_log_analytics_type� _time_created� _time_updated�_lifecycle_state�_lifecycle_details)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/log_analytics/models/log_analytics_summary.py�__init__ s4 (��zLogAnalyticsSummary.__init__c C s | j S )z� **[Required]** Gets the id of this LogAnalyticsSummary. Unique identifier that is immutable on creation :return: The id of this LogAnalyticsSummary. :rtype: str �r �r r r r r ^ s zLogAnalyticsSummary.idc C s || _ dS )z� Sets the id of this LogAnalyticsSummary. Unique identifier that is immutable on creation :param id: The id of this LogAnalyticsSummary. :type: str Nr )r r r r r r j s c C s | j S )z� Gets the display_name of this LogAnalyticsSummary. LogAnalytics Identifier, can be renamed :return: The display_name of this LogAnalyticsSummary. :rtype: str �r r r r r r v s z LogAnalyticsSummary.display_namec C s || _ dS )z� Sets the display_name of this LogAnalyticsSummary. LogAnalytics Identifier, can be renamed :param display_name: The display_name of this LogAnalyticsSummary. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the compartment_id of this LogAnalyticsSummary. Compartment Identifier :return: The compartment_id of this LogAnalyticsSummary. :rtype: str �r r r r r r � s z"LogAnalyticsSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this LogAnalyticsSummary. Compartment Identifier :param compartment_id: The compartment_id of this LogAnalyticsSummary. :type: str Nr"