ruạṛ
a ���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 dd� Zdd� Zdd� Z dS )�OptionsSummaryz= An Options object represents configuration options. c K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a Initializes a new OptionsSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.apm_config.models.OptionsSummary.config_type` attribute of this class is ``OPTIONS`` 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 OptionsSummary. :type id: str :param config_type: The value to assign to the config_type property of this OptionsSummary. 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 OptionsSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this OptionsSummary. :type time_updated: datetime :param created_by: The value to assign to the created_by property of this OptionsSummary. :type created_by: str :param updated_by: The value to assign to the updated_by property of this OptionsSummary. :type updated_by: str :param etag: The value to assign to the etag property of this OptionsSummary. :type etag: str :param freeform_tags: The value to assign to the freeform_tags property of this OptionsSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this OptionsSummary. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this OptionsSummary. :type display_name: str :param options: The value to assign to the options property of this OptionsSummary. :type options: object :param group: The value to assign to the group property of this OptionsSummary. :type group: str :param description: The value to assign to the description property of this OptionsSummary. :type description: str �strZdatetimezdict(str, str)zdict(str, dict(str, object))�object) �idZconfig_typeZtime_createdZtime_updatedZ created_byZ updated_by�etagZ freeform_tagsZdefined_tags�display_name�options�group�descriptionr Z configTypeZtimeCreatedZtimeUpdatedZ createdByZ updatedByr ZfreeformTagsZdefinedTagsZdisplayNamer r r NZOPTIONS)Z swagger_typesZ attribute_mapZ_idZ_config_typeZ _time_createdZ _time_updatedZ_created_byZ_updated_byZ_etagZ_freeform_tagsZ _defined_tags� _display_name�_options�_group�_description)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/apm_config/models/options_summary.py�__init__ sT =��zOptionsSummary.__init__c C s | j S )z� Gets the display_name of this OptionsSummary. The name by which a configuration entity is displayed to the end user. :return: The display_name of this OptionsSummary. :rtype: str �r �r r r r r } s zOptionsSummary.display_namec C s || _ dS )z� Sets the display_name of this OptionsSummary. The name by which a configuration entity is displayed to the end user. :param display_name: The display_name of this OptionsSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the options of this OptionsSummary. The options are stored here as JSON. :return: The options of this OptionsSummary. :rtype: object �r r r r r r � s zOptionsSummary.optionsc C s || _ dS )z� Sets the options of this OptionsSummary. The options are stored here as JSON. :param options: The options of this OptionsSummary. :type: object Nr )r r r r r r � s c C s | j S )z� Gets the group of this OptionsSummary. A string that specifies the group that an OPTIONS item belongs to. :return: The group of this OptionsSummary. :rtype: str �r r r r r r � s zOptionsSummary.groupc C s || _ dS )z� Sets the group of this OptionsSummary. A string that specifies the group that an OPTIONS item belongs to. :param group: The group of this OptionsSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the description of this OptionsSummary. An optional string that describes what the options are intended or used for. :return: The description of this OptionsSummary. :rtype: str �r r r r r r � s zOptionsSummary.descriptionc C s || _ dS )z� Sets the description of this OptionsSummary. An optional string that describes what the options are intended or used for. :param description: The description of this OptionsSummary. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zOptionsSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zOptionsSummary.__eq__c C s | |k S r r r"