📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tunnel_route_summary.cpython-39.pyc
a ���fr � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�TunnelRouteSummaryzZ A summary of the routes advertised to and received from the on-premises network. �CUSTOMER�ORACLEc K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )aF Initializes a new TunnelRouteSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param prefix: The value to assign to the prefix property of this TunnelRouteSummary. :type prefix: str :param age: The value to assign to the age property of this TunnelRouteSummary. :type age: int :param is_best_path: The value to assign to the is_best_path property of this TunnelRouteSummary. :type is_best_path: bool :param as_path: The value to assign to the as_path property of this TunnelRouteSummary. :type as_path: list[int] :param advertiser: The value to assign to the advertiser property of this TunnelRouteSummary. Allowed values for this property are: "CUSTOMER", "ORACLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type advertiser: str �str�int�boolz list[int])�prefix�age�is_best_path�as_path� advertiserr r Z isBestPathZasPathr N)Z swagger_typesZ attribute_map�_prefix�_age� _is_best_path�_as_path�_advertiser)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/core/models/tunnel_route_summary.py�__init__ s"