ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateConfigDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�UpdateApdexRulesDetailszA The set of Apdex rules to be used in Apdex computation. c K sL dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new UpdateApdexRulesDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.apm_config.models.UpdateApdexRulesDetails.config_type` attribute of this class is ``APDEX`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config_type: The value to assign to the config_type property of this UpdateApdexRulesDetails. Allowed values for this property are: "SPAN_FILTER", "METRIC_GROUP", "APDEX", "OPTIONS" :type config_type: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateApdexRulesDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateApdexRulesDetails. :type defined_tags: dict(str, dict(str, object)) :param rules: The value to assign to the rules property of this UpdateApdexRulesDetails. :type rules: list[oci.apm_config.models.Apdex] :param display_name: The value to assign to the display_name property of this UpdateApdexRulesDetails. :type display_name: str �strzdict(str, str)zdict(str, dict(str, object))zlist[Apdex])�config_type� freeform_tags�defined_tags�rules�display_name� configType�freeformTags�definedTagsr �displayNameN�APDEX)� swagger_types� attribute_map�_config_type�_freeform_tags� _defined_tags�_rules� _display_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apm_config/models/update_apdex_rules_details.py�__init__ s$ � �z UpdateApdexRulesDetails.__init__c C s | j S )z� **[Required]** Gets the rules of this UpdateApdexRulesDetails. :return: The rules of this UpdateApdexRulesDetails. :rtype: list[oci.apm_config.models.Apdex] �r �r r r r r C s zUpdateApdexRulesDetails.rulesc C s || _ dS )z� Sets the rules of this UpdateApdexRulesDetails. :param rules: The rules of this UpdateApdexRulesDetails. :type: list[oci.apm_config.models.Apdex] Nr )r r r r r r M s c C s | j S )z� Gets the display_name of this UpdateApdexRulesDetails. The name by which a configuration entity is displayed to the end user. :return: The display_name of this UpdateApdexRulesDetails. :rtype: str �r r! r r r r W s z$UpdateApdexRulesDetails.display_namec C s || _ dS )z� Sets the display_name of this UpdateApdexRulesDetails. The name by which a configuration entity is displayed to the end user. :param display_name: The display_name of this UpdateApdexRulesDetails. :type: str Nr"