ruạṛ
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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�PathzP Defines the configuration of the traffic path in `PathAnalysisResult`. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new Path object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param forward_route: The value to assign to the forward_route property of this Path. :type forward_route: oci.vn_monitoring.models.TrafficRoute :param return_route: The value to assign to the return_route property of this Path. :type return_route: oci.vn_monitoring.models.TrafficRoute :param topology: The value to assign to the topology property of this Path. :type topology: oci.vn_monitoring.models.PathTopology ZTrafficRouteZPathTopology)� forward_route�return_route�topologyZforwardRouteZreturnRouter N)Z swagger_typesZ attribute_map�_forward_route� _return_route� _topology)�self�kwargs� r �A/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/path.py�__init__ s ��z Path.__init__c C s | j S )z� **[Required]** Gets the forward_route of this Path. :return: The forward_route of this Path. :rtype: oci.vn_monitoring.models.TrafficRoute �r �r r r r r 4 s zPath.forward_routec C s || _ dS )z� Sets the forward_route of this Path. :param forward_route: The forward_route of this Path. :type: oci.vn_monitoring.models.TrafficRoute Nr )r r r r r r >