QueryOptions¶
-
class
oci.vn_monitoring.models.
QueryOptions
(**kwargs)¶ Bases:
object
Defines the query options required for a PathAnalyzerTest resource.
Methods
__init__
(**kwargs)Initializes a new QueryOptions object with values from keyword arguments. Attributes
is_bi_directional_analysis
Gets the is_bi_directional_analysis of this QueryOptions. -
__init__
(**kwargs)¶ Initializes a new QueryOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_bi_directional_analysis (bool) – The value to assign to the is_bi_directional_analysis property of this QueryOptions.
-
is_bi_directional_analysis
¶ Gets the is_bi_directional_analysis of this QueryOptions. If true, a path analysis is done for both the forward and reverse routes.
Returns: The is_bi_directional_analysis of this QueryOptions. Return type: bool
-