📂 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_traces
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/apm_traces/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: trace_span_summary.pyc
a N��f M � @ 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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�TraceSpanSummaryzg Summary of the information pertaining to the spans in the trace window that is being queried. c K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a_ Initializes a new TraceSpanSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this TraceSpanSummary. :type key: str :param root_span_operation_name: The value to assign to the root_span_operation_name property of this TraceSpanSummary. :type root_span_operation_name: str :param time_earliest_span_started: The value to assign to the time_earliest_span_started property of this TraceSpanSummary. :type time_earliest_span_started: datetime :param time_latest_span_ended: The value to assign to the time_latest_span_ended property of this TraceSpanSummary. :type time_latest_span_ended: datetime :param span_count: The value to assign to the span_count property of this TraceSpanSummary. :type span_count: int :param error_span_count: The value to assign to the error_span_count property of this TraceSpanSummary. :type error_span_count: int :param root_span_service_name: The value to assign to the root_span_service_name property of this TraceSpanSummary. :type root_span_service_name: str :param time_root_span_started: The value to assign to the time_root_span_started property of this TraceSpanSummary. :type time_root_span_started: datetime :param time_root_span_ended: The value to assign to the time_root_span_ended property of this TraceSpanSummary. :type time_root_span_ended: datetime :param root_span_duration_in_ms: The value to assign to the root_span_duration_in_ms property of this TraceSpanSummary. :type root_span_duration_in_ms: int :param trace_duration_in_ms: The value to assign to the trace_duration_in_ms property of this TraceSpanSummary. :type trace_duration_in_ms: int :param is_fault: The value to assign to the is_fault property of this TraceSpanSummary. :type is_fault: bool :param trace_status: The value to assign to the trace_status property of this TraceSpanSummary. :type trace_status: str :param trace_error_type: The value to assign to the trace_error_type property of this TraceSpanSummary. :type trace_error_type: str :param trace_error_code: The value to assign to the trace_error_code property of this TraceSpanSummary. :type trace_error_code: str :param service_summaries: The value to assign to the service_summaries property of this TraceSpanSummary. :type service_summaries: list[oci.apm_traces.models.TraceServiceSummary] �str�datetime�int�boolzlist[TraceServiceSummary])�key�root_span_operation_name�time_earliest_span_started�time_latest_span_ended� span_count�error_span_count�root_span_service_name�time_root_span_started�time_root_span_ended�root_span_duration_in_ms�trace_duration_in_ms�is_fault�trace_status�trace_error_type�trace_error_code�service_summariesr �rootSpanOperationName�timeEarliestSpanStarted�timeLatestSpanEnded� spanCount�errorSpanCount�rootSpanServiceName�timeRootSpanStarted�timeRootSpanEnded�rootSpanDurationInMs�traceDurationInMs�isFault�traceStatus�traceErrorType�traceErrorCode�serviceSummariesN)� swagger_types� attribute_map�_key�_root_span_operation_name�_time_earliest_span_started�_time_latest_span_ended�_span_count�_error_span_count�_root_span_service_name�_time_root_span_started�_time_root_span_ended�_root_span_duration_in_ms�_trace_duration_in_ms� _is_fault� _trace_status�_trace_error_type�_trace_error_code�_service_summaries)�self�kwargs� r>