ruạṛ
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TrafficNode� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�VisibleTrafficNodezR Defines the configuration of a traffic node that is visible to the user. c K s` dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a� Initializes a new VisibleTrafficNode object with values from keyword arguments. The default value of the :py:attr:`~oci.vn_monitoring.models.VisibleTrafficNode.type` attribute of this class is ``VISIBLE`` and it should not be changed. 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 VisibleTrafficNode. Allowed values for this property are: "VISIBLE", "ACCESS_DENIED" :type type: str :param egress_traffic: The value to assign to the egress_traffic property of this VisibleTrafficNode. :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 VisibleTrafficNode. :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 VisibleTrafficNode. :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 VisibleTrafficNode. :type ingress_security_action: oci.vn_monitoring.models.SecurityAction :param entity_id: The value to assign to the entity_id property of this VisibleTrafficNode. :type entity_id: str :param transformation_description: The value to assign to the transformation_description property of this VisibleTrafficNode. :type transformation_description: str �str�EgressTrafficSpec� RoutingAction�SecurityAction)�type�egress_traffic�next_hop_routing_action�egress_security_action�ingress_security_action� entity_id�transformation_descriptionr � egressTraffic�nextHopRoutingAction�egressSecurityAction�ingressSecurityAction�entityId�transformationDescriptionN�VISIBLE) � swagger_types� attribute_map�_type�_egress_traffic�_next_hop_routing_action�_egress_security_action�_ingress_security_action� _entity_id�_transformation_description)�self�kwargs� r&