Show / Hide Table of Contents

Class QueryOptions

Defines the query options required for a PathAnalyzerTest resource.

Inheritance
object
QueryOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class QueryOptions

Properties

IsBiDirectionalAnalysis

Declaration
[JsonProperty(PropertyName = "isBiDirectionalAnalysis")]
public bool? IsBiDirectionalAnalysis { get; set; }
Property Value
Type Description
bool?

If true, a path analysis is done for both the forward and reverse routes.

In this article
Back to top