📂 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: config.cpython-39.pyc
a ���f�0 � @ 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 @ s6 e Zd ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�Configz� A configuration item, which has a number of mutually exclusive properties that can be used to set specific portions of the configuration. �SPAN_FILTER�METRIC_GROUP�APDEX�OPTIONSc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new Config object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.apm_config.models.Options` * :class:`~oci.apm_config.models.MetricGroup` * :class:`~oci.apm_config.models.ApdexRules` * :class:`~oci.apm_config.models.SpanFilter` 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 Config. :type id: str :param config_type: The value to assign to the config_type property of this Config. Allowed values for this property are: "SPAN_FILTER", "METRIC_GROUP", "APDEX", "OPTIONS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type config_type: str :param time_created: The value to assign to the time_created property of this Config. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Config. :type time_updated: datetime :param created_by: The value to assign to the created_by property of this Config. :type created_by: str :param updated_by: The value to assign to the updated_by property of this Config. :type updated_by: str :param etag: The value to assign to the etag property of this Config. :type etag: str :param freeform_tags: The value to assign to the freeform_tags property of this Config. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Config. :type defined_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �id�config_type�time_created�time_updated� created_by� updated_by�etag� freeform_tags�defined_tagsr � configTypeZtimeCreatedZtimeUpdatedZ createdByZ updatedByr ZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_config_type� _time_created� _time_updated�_created_by�_updated_by�_etag�_freeform_tags� _defined_tags)�self�kwargs� r! �@/usr/lib/python3.9/site-packages/oci/apm_config/models/config.py�__init__# s: 4� �zConfig.__init__c C s@ | d }|dkrdS |dkr dS |dkr,dS |dkr8d S d S dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r ZOptionsr ZMetricGroupr Z ApdexRulesr Z SpanFilterr Nr! )Zobject_dictionary�typer! r! r"