Show / Hide Table of Contents

Class Path

Defines the configuration of the traffic path in PathAnalysisResult.

Inheritance
object
Path
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 Path

Properties

ForwardRoute

Declaration
[Required(ErrorMessage = "ForwardRoute is required.")]
[JsonProperty(PropertyName = "forwardRoute")]
public TrafficRoute ForwardRoute { get; set; }
Property Value
Type Description
TrafficRoute
Remarks

Required

ReturnRoute

Declaration
[JsonProperty(PropertyName = "returnRoute")]
public TrafficRoute ReturnRoute { get; set; }
Property Value
Type Description
TrafficRoute

Topology

Declaration
[Required(ErrorMessage = "Topology is required.")]
[JsonProperty(PropertyName = "topology")]
public PathTopology Topology { get; set; }
Property Value
Type Description
PathTopology
Remarks

Required

In this article
Back to top