monpath
PathSegmentStruct


An path segment represents a hop from a start router that traverses some link to an end router.



public abstract struct PathSegmentStruct

Properties
id The identifier of this path segment.

type=int

partitionId Indicates which partition object belongs to.

type=int

segmentType Specifies where this segment exists in the path: at the start, at the end, or intermediate. There may only be a single start segment within a path, but there may be multiple internal and end segments. All end segments should reach the ultimate destination.

type=monpath.SegmentType

startRouterId Specifies the router ID from this segment starts.

type=string

startEgressIpAddress Specifies IP address of the egress interface on the start router.

type=string

endIngressIpAddress Specifies IP address of the ingress interface on the end router.

type=string

endRouterId Specifies the router ID on which this segment ends.

type=string