📂 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: test_span_enrichment_details.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TestDetails� )�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 d d� Z dd� Zdd� ZdS )�TestSpanEnrichmentDetailszO Run a set of span enrichment rules on a given span to see the result. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a3 Initializes a new TestSpanEnrichmentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.apm_config.models.TestSpanEnrichmentDetails.test_type` attribute of this class is ``SPAN_ENRICHMENT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param test_type: The value to assign to the test_type property of this TestSpanEnrichmentDetails. Allowed values for this property are: "SPAN_ENRICHMENT" :type test_type: str :param options: The value to assign to the options property of this TestSpanEnrichmentDetails. :type options: object :param filters: The value to assign to the filters property of this TestSpanEnrichmentDetails. :type filters: list[oci.apm_config.models.FilterTextOrId] :param span: The value to assign to the span property of this TestSpanEnrichmentDetails. :type span: object �str�objectzlist[FilterTextOrId])Z test_type�options�filters�spanZtestTyper r r NZSPAN_ENRICHMENT)Z swagger_typesZ attribute_mapZ _test_type�_options�_filters�_span)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/apm_config/models/test_span_enrichment_details.py�__init__ s ��z"TestSpanEnrichmentDetails.__init__c C s | j S )z� **[Required]** Gets the options of this TestSpanEnrichmentDetails. The span enrichment rules to test in the format of an Options resource. :return: The options of this TestSpanEnrichmentDetails. :rtype: object �r �r r r r r >