ruạṛ
a ���f�Y � @ 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 @ sH 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� �Ze d5d6� �Zejd7d6� �Ze d8d9� �Zejd:d9� �Ze d;d<� �Zejd=d<� �Ze d>d?� �Zejd@d?� �Ze dAdB� �ZejdCdB� �ZdDdE� ZdFdG� Z dHdI� Z!dJS )K�MetricExtensionz? Detailed information of the Metric Extension resource �DRAFT� PUBLISHED�ACTIVE�DELETEDc K s� ddddddddddddddddddddd�| _ dd d ddd ddddddddddddddd�| _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 MetricExtension 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 MetricExtension. :type id: str :param name: The value to assign to the name property of this MetricExtension. :type name: str :param display_name: The value to assign to the display_name property of this MetricExtension. :type display_name: str :param description: The value to assign to the description property of this MetricExtension. :type description: str :param resource_type: The value to assign to the resource_type property of this MetricExtension. :type resource_type: str :param compartment_id: The value to assign to the compartment_id property of this MetricExtension. :type compartment_id: str :param tenant_id: The value to assign to the tenant_id property of this MetricExtension. :type tenant_id: str :param collection_method: The value to assign to the collection_method property of this MetricExtension. :type collection_method: str :param status: The value to assign to the status property of this MetricExtension. Allowed values for this property are: "DRAFT", "PUBLISHED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param lifecycle_state: The value to assign to the lifecycle_state property of this MetricExtension. 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 created_by: The value to assign to the created_by property of this MetricExtension. :type created_by: str :param last_updated_by: The value to assign to the last_updated_by property of this MetricExtension. :type last_updated_by: str :param time_created: The value to assign to the time_created property of this MetricExtension. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MetricExtension. :type time_updated: datetime :param collection_recurrences: The value to assign to the collection_recurrences property of this MetricExtension. :type collection_recurrences: str :param metric_list: The value to assign to the metric_list property of this MetricExtension. :type metric_list: list[oci.stack_monitoring.models.Metric] :param query_properties: The value to assign to the query_properties property of this MetricExtension. :type query_properties: oci.stack_monitoring.models.MetricExtensionQueryProperties :param enabled_on_resources: The value to assign to the enabled_on_resources property of this MetricExtension. :type enabled_on_resources: list[oci.stack_monitoring.models.EnabledResourceDetails] :param enabled_on_resources_count: The value to assign to the enabled_on_resources_count property of this MetricExtension. :type enabled_on_resources_count: int :param resource_uri: The value to assign to the resource_uri property of this MetricExtension. :type resource_uri: str �strZdatetimezlist[Metric]ZMetricExtensionQueryPropertieszlist[EnabledResourceDetails]�int)�id�name�display_name�description� resource_type�compartment_id� tenant_id�collection_method�status�lifecycle_state� created_by�last_updated_by�time_created�time_updated�collection_recurrences�metric_list�query_properties�enabled_on_resources�enabled_on_resources_count�resource_urir r ZdisplayNamer ZresourceTypeZ compartmentIdZtenantIdZcollectionMethodr ZlifecycleStateZ createdByZ lastUpdatedByZtimeCreatedZtimeUpdatedZcollectionRecurrencesZ metricListZqueryPropertiesZenabledOnResourcesZenabledOnResourcesCountZresourceUriN)Z swagger_typesZ attribute_map�_id�_name� _display_name�_description�_resource_type�_compartment_id� _tenant_id�_collection_method�_status�_lifecycle_state�_created_by�_last_updated_by� _time_created� _time_updated�_collection_recurrences�_metric_list�_query_properties�_enabled_on_resources�_enabled_on_resources_count� _resource_uri)�self�kwargs� r7 �P/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/metric_extension.py�__init__"