📂 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
›
vn_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: traffic_node.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 ZdZdZdZdd� Zedd� �Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�TrafficNodezm Defines the configuration of the OCI entity that represents a traffic node in `PathAnalysisResult`. �VISIBLE� ACCESS_DENIEDc K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )aq Initializes a new TrafficNode object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.vn_monitoring.models.VisibleTrafficNode` * :class:`~oci.vn_monitoring.models.AccessDeniedTrafficNode` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this TrafficNode. Allowed values for this property are: "VISIBLE", "ACCESS_DENIED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param egress_traffic: The value to assign to the egress_traffic property of this TrafficNode. :type egress_traffic: oci.vn_monitoring.models.EgressTrafficSpec :param next_hop_routing_action: The value to assign to the next_hop_routing_action property of this TrafficNode. :type next_hop_routing_action: oci.vn_monitoring.models.RoutingAction :param egress_security_action: The value to assign to the egress_security_action property of this TrafficNode. :type egress_security_action: oci.vn_monitoring.models.SecurityAction :param ingress_security_action: The value to assign to the ingress_security_action property of this TrafficNode. :type ingress_security_action: oci.vn_monitoring.models.SecurityAction �strZEgressTrafficSpecZ RoutingActionZSecurityAction)�type�egress_traffic�next_hop_routing_action�egress_security_action�ingress_security_actionr Z egressTrafficZnextHopRoutingActionZegressSecurityActionZingressSecurityActionN)Z swagger_typesZ attribute_map�_type�_egress_traffic�_next_hop_routing_action�_egress_security_action�_ingress_security_action)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/traffic_node.py�__init__ s"