📂 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_summary.cpython-39.opt-1.pyc
a ���f:2 � @ 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 ),� ConfigSummaryzt A description of a configuration item. It specifies all the properties that define the configuration item. �SPAN_FILTER�METRIC_GROUP�APDEX�OPTIONSc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )aQ Initializes a new ConfigSummary 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.MetricGroupSummary` * :class:`~oci.apm_config.models.ApdexRulesSummary` * :class:`~oci.apm_config.models.SpanFilterSummary` * :class:`~oci.apm_config.models.OptionsSummary` 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 ConfigSummary. :type id: str :param config_type: The value to assign to the config_type property of this ConfigSummary. 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 ConfigSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ConfigSummary. :type time_updated: datetime :param created_by: The value to assign to the created_by property of this ConfigSummary. :type created_by: str :param updated_by: The value to assign to the updated_by property of this ConfigSummary. :type updated_by: str :param etag: The value to assign to the etag property of this ConfigSummary. :type etag: str :param freeform_tags: The value to assign to the freeform_tags property of this ConfigSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ConfigSummary. :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! �H/usr/lib/python3.9/site-packages/oci/apm_config/models/config_summary.py�__init__"