📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
apm_config
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apm_config/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_options_details.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateConfigDetails� )�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 )�CreateOptionsDetailsz= An Options object represents configuration options. c K s` dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a Initializes a new CreateOptionsDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.apm_config.models.CreateOptionsDetails.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 config_type: The value to assign to the config_type property of this CreateOptionsDetails. 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 CreateOptionsDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOptionsDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateOptionsDetails. :type display_name: str :param options: The value to assign to the options property of this CreateOptionsDetails. :type options: object :param group: The value to assign to the group property of this CreateOptionsDetails. :type group: str :param description: The value to assign to the description property of this CreateOptionsDetails. :type description: str �strzdict(str, str)zdict(str, dict(str, object))�object)Zconfig_typeZ freeform_tagsZdefined_tags�display_name�options�group�descriptionZ configTypeZfreeformTagsZdefinedTagsZdisplayNamer r r NZOPTIONS) Z swagger_typesZ attribute_mapZ_config_typeZ_freeform_tagsZ _defined_tags� _display_name�_options�_group�_description)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/apm_config/models/create_options_details.py�__init__ s0 %�� zCreateOptionsDetails.__init__c C s | j S )z� Gets the display_name of this CreateOptionsDetails. The name by which a configuration entity is displayed to the end user. :return: The display_name of this CreateOptionsDetails. :rtype: str �r �r r r r r S s z!CreateOptionsDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateOptionsDetails. The name by which a configuration entity is displayed to the end user. :param display_name: The display_name of this CreateOptionsDetails. :type: str Nr )r r r r r r _ s c C s | j S )z� Gets the options of this CreateOptionsDetails. The options are stored here as JSON. :return: The options of this CreateOptionsDetails. :rtype: object �r r r r r r k s zCreateOptionsDetails.optionsc C s || _ dS )z� Sets the options of this CreateOptionsDetails. The options are stored here as JSON. :param options: The options of this CreateOptionsDetails. :type: object Nr )r r r r r r w s c C s | j S )z� Gets the group of this CreateOptionsDetails. A string that specifies the group that an OPTIONS item belongs to. :return: The group of this CreateOptionsDetails. :rtype: str �r r r r r r � s zCreateOptionsDetails.groupc C s || _ dS )z� Sets the group of this CreateOptionsDetails. A string that specifies the group that an OPTIONS item belongs to. :param group: The group of this CreateOptionsDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the description of this CreateOptionsDetails. An optional string that describes what the options are intended or used for. :return: The description of this CreateOptionsDetails. :rtype: str �r r r r r r � s z CreateOptionsDetails.descriptionc C s || _ dS )z� Sets the description of this CreateOptionsDetails. An optional string that describes what the options are intended or used for. :param description: The description of this CreateOptionsDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zCreateOptionsDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCreateOptionsDetails.__eq__c C s | |k S r r r r r r �__ne__� s zCreateOptionsDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r"