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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�QueryOptionszO Defines the query options required for a `PathAnalyzerTest` resource. c K s ddi| _ ddi| _d| _dS )a� Initializes a new QueryOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_bi_directional_analysis: The value to assign to the is_bi_directional_analysis property of this QueryOptions. :type is_bi_directional_analysis: bool �is_bi_directional_analysis�boolZisBiDirectionalAnalysisN)Z swagger_typesZ attribute_map�_is_bi_directional_analysis)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/query_options.py�__init__ s ��zQueryOptions.__init__c C s | j S )z� Gets the is_bi_directional_analysis of this QueryOptions. If true, a path analysis is done for both the forward and reverse routes. :return: The is_bi_directional_analysis of this QueryOptions. :rtype: bool �r �r r r r r &