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 @ s� e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �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<� �Zejd=d<� �Zed>d?� �Zejd@d?� �ZedAdB� �Z e jdCdB� �Z edDdE� �Z!e!jdFdE� �Z!edGdH� �Z"e"jdIdH� �Z"edJdK� �Z#e#jdLdK� �Z#edMdN� �Z$e$jdOdN� �Z$edPdQ� �Z%e%jdRdQ� �Z%edSdT� �Z&e&jdUdT� �Z&edVdW� �Z'e'jdXdW� �Z'dYdZ� Z(d[d\� Z)d]d^� Z*d_S )`� LogAnalyticsObjectCollectionRulezO The configuration details of an Object Storage based collection rule. �LIVE�HISTORIC� HISTORIC_LIVE�OBJECT_PATH�ACTIVE�DELETED�INACTIVEc K s ddddddddddddddddddddddddddd�| _ 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#| _d#| _d#| _d#| _d#| _d#| _d#S )$a& Initializes a new LogAnalyticsObjectCollectionRule 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 LogAnalyticsObjectCollectionRule. :type id: str :param name: The value to assign to the name property of this LogAnalyticsObjectCollectionRule. :type name: str :param description: The value to assign to the description property of this LogAnalyticsObjectCollectionRule. :type description: str :param compartment_id: The value to assign to the compartment_id property of this LogAnalyticsObjectCollectionRule. :type compartment_id: str :param os_namespace: The value to assign to the os_namespace property of this LogAnalyticsObjectCollectionRule. :type os_namespace: str :param os_bucket_name: The value to assign to the os_bucket_name property of this LogAnalyticsObjectCollectionRule. :type os_bucket_name: str :param collection_type: The value to assign to the collection_type property of this LogAnalyticsObjectCollectionRule. Allowed values for this property are: "LIVE", "HISTORIC", "HISTORIC_LIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type collection_type: str :param poll_since: The value to assign to the poll_since property of this LogAnalyticsObjectCollectionRule. :type poll_since: str :param poll_till: The value to assign to the poll_till property of this LogAnalyticsObjectCollectionRule. :type poll_till: str :param log_group_id: The value to assign to the log_group_id property of this LogAnalyticsObjectCollectionRule. :type log_group_id: str :param log_source_name: The value to assign to the log_source_name property of this LogAnalyticsObjectCollectionRule. :type log_source_name: str :param entity_id: The value to assign to the entity_id property of this LogAnalyticsObjectCollectionRule. :type entity_id: str :param char_encoding: The value to assign to the char_encoding property of this LogAnalyticsObjectCollectionRule. :type char_encoding: str :param timezone: The value to assign to the timezone property of this LogAnalyticsObjectCollectionRule. :type timezone: str :param log_set: The value to assign to the log_set property of this LogAnalyticsObjectCollectionRule. :type log_set: str :param log_set_key: The value to assign to the log_set_key property of this LogAnalyticsObjectCollectionRule. Allowed values for this property are: "OBJECT_PATH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type log_set_key: str :param log_set_ext_regex: The value to assign to the log_set_ext_regex property of this LogAnalyticsObjectCollectionRule. :type log_set_ext_regex: str :param overrides: The value to assign to the overrides property of this LogAnalyticsObjectCollectionRule. :type overrides: dict(str, list[PropertyOverride]) :param lifecycle_state: The value to assign to the lifecycle_state property of this LogAnalyticsObjectCollectionRule. Allowed values for this property are: "ACTIVE", "DELETED", "INACTIVE", '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 LogAnalyticsObjectCollectionRule. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this LogAnalyticsObjectCollectionRule. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this LogAnalyticsObjectCollectionRule. :type time_updated: datetime :param is_enabled: The value to assign to the is_enabled property of this LogAnalyticsObjectCollectionRule. :type is_enabled: bool :param object_name_filters: The value to assign to the object_name_filters property of this LogAnalyticsObjectCollectionRule. :type object_name_filters: list[str] :param defined_tags: The value to assign to the defined_tags property of this LogAnalyticsObjectCollectionRule. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this LogAnalyticsObjectCollectionRule. :type freeform_tags: dict(str, str) �strz!dict(str, list[PropertyOverride])�datetime�boolz list[str]zdict(str, dict(str, object))zdict(str, str))�id�name�description�compartment_id�os_namespace�os_bucket_name�collection_type� poll_since� poll_till�log_group_id�log_source_name� entity_id� char_encoding�timezone�log_set�log_set_key�log_set_ext_regex� overrides�lifecycle_state�lifecycle_details�time_created�time_updated� is_enabled�object_name_filters�defined_tags� freeform_tagsr r r � compartmentId�osNamespace�osBucketName�collectionType� pollSince�pollTill� logGroupId� logSourceName�entityId�charEncodingr �logSet� logSetKey�logSetExtRegexr"