ruạṛ
a O��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�bool�isBiDirectionalAnalysisN)� swagger_types� attribute_map�_is_bi_directional_analysis)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 $ s z'QueryOptions.is_bi_directional_analysisc C s || _ dS )a Sets the is_bi_directional_analysis of this QueryOptions. If true, a path analysis is done for both the forward and reverse routes. :param is_bi_directional_analysis: The is_bi_directional_analysis of this QueryOptions. :type: bool Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<