ruạṛ
a O��fg= � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Ze d/d0� �Zejd1d0� �Ze d2d3� �Zejd4d3� �Zd5d6� Zd7d8� Zd9d:� Zd;S )<�LogAnalyticsLabelViewz LogAnalyticsLabelView �NONE�LOW�MEDIUM�HIGHc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new LogAnalyticsLabelView object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param aliases: The value to assign to the aliases property of this LogAnalyticsLabelView. :type aliases: list[oci.log_analytics.models.LogAnalyticsLabelAlias] :param count_usage_in_alert_rule: The value to assign to the count_usage_in_alert_rule property of this LogAnalyticsLabelView. :type count_usage_in_alert_rule: int :param count_usage_in_source: The value to assign to the count_usage_in_source property of this LogAnalyticsLabelView. :type count_usage_in_source: int :param id: The value to assign to the id property of this LogAnalyticsLabelView. :type id: object :param suggest_type: The value to assign to the suggest_type property of this LogAnalyticsLabelView. :type suggest_type: int :param description: The value to assign to the description property of this LogAnalyticsLabelView. :type description: str :param display_name: The value to assign to the display_name property of this LogAnalyticsLabelView. :type display_name: str :param edit_version: The value to assign to the edit_version property of this LogAnalyticsLabelView. :type edit_version: int :param impact: The value to assign to the impact property of this LogAnalyticsLabelView. :type impact: str :param is_system: The value to assign to the is_system property of this LogAnalyticsLabelView. :type is_system: bool :param name: The value to assign to the name property of this LogAnalyticsLabelView. :type name: str :param priority: The value to assign to the priority property of this LogAnalyticsLabelView. Allowed values for this property are: "NONE", "LOW", "MEDIUM", "HIGH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type priority: str :param recommendation: The value to assign to the recommendation property of this LogAnalyticsLabelView. :type recommendation: str :param type: The value to assign to the type property of this LogAnalyticsLabelView. :type type: int :param is_user_deleted: The value to assign to the is_user_deleted property of this LogAnalyticsLabelView. :type is_user_deleted: bool zlist[LogAnalyticsLabelAlias]�int�object�str�bool)�aliases�count_usage_in_alert_rule�count_usage_in_source�id�suggest_type�description�display_name�edit_version�impact� is_system�name�priority�recommendation�type�is_user_deletedr �countUsageInAlertRule�countUsageInSourcer �suggestTyper �displayName�editVersionr �isSystemr r r r � isUserDeletedN)� swagger_types� attribute_map�_aliases�_count_usage_in_alert_rule�_count_usage_in_source�_id� _suggest_type�_description� _display_name� _edit_version�_impact� _is_system�_name� _priority�_recommendation�_type�_is_user_deleted)�self�kwargs� r8 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/log_analytics_label_view.py�__init__ s^ E��zLogAnalyticsLabelView.__init__c C s | j S )z� Gets the aliases of this LogAnalyticsLabelView. An arrya of label aliases. :return: The aliases of this LogAnalyticsLabelView. :rtype: list[oci.log_analytics.models.LogAnalyticsLabelAlias] �r'