📂 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_synthetics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apm_synthetics/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: aggregated_network_data.cpython-39.pyc
a ���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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�AggregatedNetworkDataz1 Details of the aggregated network data. �SUCCESS�FAILURE�PARTIALc K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new AggregatedNetworkData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param result_state: The value to assign to the result_state property of this AggregatedNetworkData. Allowed values for this property are: "SUCCESS", "FAILURE", "PARTIAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type result_state: str :param vantage_point_nodes: The value to assign to the vantage_point_nodes property of this AggregatedNetworkData. :type vantage_point_nodes: list[oci.apm_synthetics.models.VantagePointNode] :param nodes_by_level: The value to assign to the nodes_by_level property of this AggregatedNetworkData. :type nodes_by_level: list[list[Node]] :param links: The value to assign to the links property of this AggregatedNetworkData. :type links: dict(str, Link) :param error_details: The value to assign to the error_details property of this AggregatedNetworkData. :type error_details: str �strzlist[VantagePointNode]zlist[list[Node]]zdict(str, Link))�result_state�vantage_point_nodes�nodes_by_level�links� error_detailsZresultStateZvantagePointNodesZnodesByLevelr ZerrorDetailsN)Z swagger_typesZ attribute_map� _result_state�_vantage_point_nodes�_nodes_by_level�_links�_error_details)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/apm_synthetics/models/aggregated_network_data.py�__init__ s"