📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: span_snapshot.pyc
a N��f/ � @ 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 dd� Zdd� Zdd� ZdS ) �SpanSnapshotz/ Definition of a span snapshot object. c K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )a- Initializes a new SpanSnapshot 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 SpanSnapshot. :type key: str :param span_name: The value to assign to the span_name property of this SpanSnapshot. :type span_name: str :param time_started: The value to assign to the time_started property of this SpanSnapshot. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this SpanSnapshot. :type time_ended: datetime :param span_snapshot_details: The value to assign to the span_snapshot_details property of this SpanSnapshot. :type span_snapshot_details: list[oci.apm_traces.models.SnapshotDetail] :param thread_snapshots: The value to assign to the thread_snapshots property of this SpanSnapshot. :type thread_snapshots: list[oci.apm_traces.models.ThreadSnapshot] :param children: The value to assign to the children property of this SpanSnapshot. :type children: list[oci.apm_traces.models.SpanSnapshot] �str�datetimezlist[SnapshotDetail]zlist[ThreadSnapshot]zlist[SpanSnapshot])�key� span_name�time_started� time_ended�span_snapshot_details�thread_snapshots�childrenr �spanName�timeStarted� timeEnded�spanSnapshotDetails�threadSnapshotsr N) � swagger_types� attribute_map�_key� _span_name� _time_started�_time_ended�_span_snapshot_details�_thread_snapshots� _children)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apm_traces/models/span_snapshot.py�__init__ s. #�� zSpanSnapshot.__init__c C s | j S )z� **[Required]** Gets the key of this SpanSnapshot. Unique identifier (spanId) for the trace span. :return: The key of this SpanSnapshot. :rtype: str �r �r r r r! r N s zSpanSnapshot.keyc C s || _ dS )z� Sets the key of this SpanSnapshot. Unique identifier (spanId) for the trace span. :param key: The key of this SpanSnapshot. :type: str Nr# )r r r r r! r Z s c C s | j S )z� Gets the span_name of this SpanSnapshot. Span name associated with the trace. :return: The span_name of this SpanSnapshot. :rtype: str �r r$ r r r! r f s zSpanSnapshot.span_namec C s || _ dS )z� Sets the span_name of this SpanSnapshot. Span name associated with the trace. :param span_name: The span_name of this SpanSnapshot. :type: str Nr% )r r r r r! r r s c C s | j S )z� **[Required]** Gets the time_started of this SpanSnapshot. Start time of the span. :return: The time_started of this SpanSnapshot. :rtype: datetime �r r$ r r r! r ~ s zSpanSnapshot.time_startedc C s || _ dS )z� Sets the time_started of this SpanSnapshot. Start time of the span. :param time_started: The time_started of this SpanSnapshot. :type: datetime Nr&