📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
apm_config
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/apm_config/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: apdex_rules.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Config� )�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 )� ApdexRulesz� The set of Apdex rules to be used in Apdex computation. In the current version, only one rule set can exist in the configuration. c K sj ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )aX Initializes a new ApdexRules object with values from keyword arguments. The default value of the :py:attr:`~oci.apm_config.models.ApdexRules.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 id: The value to assign to the id property of this ApdexRules. :type id: str :param config_type: The value to assign to the config_type property of this ApdexRules. 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 ApdexRules. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ApdexRules. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ApdexRules. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ApdexRules. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this ApdexRules. :type display_name: str :param rules: The value to assign to the rules property of this ApdexRules. :type rules: list[oci.apm_config.models.Apdex] �str�datetimezdict(str, str)zdict(str, dict(str, object))zlist[Apdex])�id�config_type�time_created�time_updated� freeform_tags�defined_tags�display_name�rulesr � configType�timeCreated�timeUpdated�freeformTags�definedTags�displayNamer N�APDEX) � swagger_types� attribute_map�_id�_config_type� _time_created� _time_updated�_freeform_tags� _defined_tags� _display_name�_rules)�self�kwargs� r&