ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� ConfigSummary� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�MetricGroupSummaryz� A metric group defines a set of metrics to collect from a span. It uses a span filter to specify which spans to process. The set is then published to a namespace, which is a product level subdivision of metrics. c K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )a� Initializes a new MetricGroupSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.apm_config.models.MetricGroupSummary.config_type` attribute of this class is ``METRIC_GROUP`` and it should not be changed. 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 MetricGroupSummary. :type id: str :param config_type: The value to assign to the config_type property of this MetricGroupSummary. Allowed values for this property are: "SPAN_FILTER", "METRIC_GROUP", "APDEX", "OPTIONS" :type config_type: str :param time_created: The value to assign to the time_created property of this MetricGroupSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MetricGroupSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this MetricGroupSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MetricGroupSummary. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this MetricGroupSummary. :type display_name: str :param filter_id: The value to assign to the filter_id property of this MetricGroupSummary. :type filter_id: str :param namespace: The value to assign to the namespace property of this MetricGroupSummary. :type namespace: str :param dimensions: The value to assign to the dimensions property of this MetricGroupSummary. :type dimensions: list[oci.apm_config.models.Dimension] :param metrics: The value to assign to the metrics property of this MetricGroupSummary. :type metrics: list[oci.apm_config.models.Metric] �str�datetimezdict(str, str)zdict(str, dict(str, object))zlist[Dimension]zlist[Metric])�id�config_type�time_created�time_updated� freeform_tags�defined_tags�display_name� filter_id� namespace� dimensions�metricsr � configType�timeCreated�timeUpdated�freeformTags�definedTags�displayName�filterIdr r r N�METRIC_GROUP) � swagger_types� attribute_map�_id�_config_type� _time_created� _time_updated�_freeform_tags� _defined_tags� _display_name� _filter_id� _namespace�_dimensions�_metrics)�self�kwargs� r- ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apm_config/models/metric_group_summary.py�__init__ sH 5��zMetricGroupSummary.__init__c C s | j S )z� Gets the display_name of this MetricGroupSummary. The name by which a configuration entity is displayed to the end user. :return: The display_name of this MetricGroupSummary. :rtype: str �r&