ruạṛ
a ���fw[ � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!edAdB� �Z"e"jdCdB� �Z"edDdE� �Z#e#jdFdE� �Z#edGdH� �Z$e$jdIdH� �Z$edJdK� �Z%e%jdLdK� �Z%dMdN� Z&dOdP� Z'dQdR� Z(dSS )T�LogAnalyticsMetricz LogAnalyticsMetric �COUNT�SUM�AVERAGE�COUNT_DISTRIBUTION�SUM_DISTRIBUTION�AVERAGE_DISTRIBUTION�CONTAINS_IGNORE_CASE�IN_IGNORE_CASE�EQUAL_IGNORE_CASE�NOT_NULLc 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 )ap Initializes a new LogAnalyticsMetric object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param aggregation_field: The value to assign to the aggregation_field property of this LogAnalyticsMetric. :type aggregation_field: str :param bucket_metadata: The value to assign to the bucket_metadata property of this LogAnalyticsMetric. :type bucket_metadata: str :param clock_period: The value to assign to the clock_period property of this LogAnalyticsMetric. :type clock_period: str :param description: The value to assign to the description property of this LogAnalyticsMetric. :type description: str :param edit_version: The value to assign to the edit_version property of this LogAnalyticsMetric. :type edit_version: int :param field_name: The value to assign to the field_name property of this LogAnalyticsMetric. :type field_name: str :param field_values: The value to assign to the field_values property of this LogAnalyticsMetric. :type field_values: list[str] :param grouping_field: The value to assign to the grouping_field property of this LogAnalyticsMetric. :type grouping_field: str :param is_enabled: The value to assign to the is_enabled property of this LogAnalyticsMetric. :type is_enabled: bool :param is_system: The value to assign to the is_system property of this LogAnalyticsMetric. :type is_system: bool :param display_name: The value to assign to the display_name property of this LogAnalyticsMetric. :type display_name: str :param metric_reference: The value to assign to the metric_reference property of this LogAnalyticsMetric. :type metric_reference: int :param name: The value to assign to the name property of this LogAnalyticsMetric. :type name: str :param metric_type: The value to assign to the metric_type property of this LogAnalyticsMetric. Allowed values for this property are: "COUNT", "SUM", "AVERAGE", "COUNT_DISTRIBUTION", "SUM_DISTRIBUTION", "AVERAGE_DISTRIBUTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type metric_type: str :param is_metric_source_enabled: The value to assign to the is_metric_source_enabled property of this LogAnalyticsMetric. :type is_metric_source_enabled: bool :param operator: The value to assign to the operator property of this LogAnalyticsMetric. Allowed values for this property are: "CONTAINS_IGNORE_CASE", "IN_IGNORE_CASE", "EQUAL_IGNORE_CASE", "NOT_NULL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operator: str :param sources: The value to assign to the sources property of this LogAnalyticsMetric. :type sources: list[oci.log_analytics.models.LogAnalyticsSource] :param entity_type: The value to assign to the entity_type property of this LogAnalyticsMetric. :type entity_type: str :param time_updated: The value to assign to the time_updated property of this LogAnalyticsMetric. :type time_updated: datetime :param unit_type: The value to assign to the unit_type property of this LogAnalyticsMetric. :type unit_type: str :param is_user_customized: The value to assign to the is_user_customized property of this LogAnalyticsMetric. :type is_user_customized: bool �str�intz list[str]�boolzlist[LogAnalyticsSource]Zdatetime)�aggregation_field�bucket_metadata�clock_period�description�edit_version� field_name�field_values�grouping_field� is_enabled� is_system�display_name�metric_reference�name�metric_type�is_metric_source_enabled�operator�sources�entity_type�time_updated� unit_type�is_user_customizedZaggregationFieldZbucketMetadataZclockPeriodr ZeditVersionZ fieldNameZfieldValuesZ groupingFieldZ isEnabledZisSystemZdisplayNameZmetricReferencer Z metricTypeZisMetricSourceEnabledr# r$ Z entityTypeZtimeUpdatedZunitTypeZisUserCustomizedN)Z swagger_typesZ attribute_map�_aggregation_field�_bucket_metadata� _clock_period�_description� _edit_version�_field_name� _field_values�_grouping_field�_is_enabled� _is_system� _display_name�_metric_reference�_name�_metric_type�_is_metric_source_enabled� _operator�_sources�_entity_type� _time_updated� _unit_type�_is_user_customized)�self�kwargs� r@ �Q/usr/lib/python3.9/site-packages/oci/log_analytics/models/log_analytics_metric.py�__init__: s� _��zLogAnalyticsMetric.__init__c C s | j S )z� Gets the aggregation_field of this LogAnalyticsMetric. The aggregation field. :return: The aggregation_field of this LogAnalyticsMetric. :rtype: str �r) �r>