AsPathSegment

A segment of an autonomous system (AS) path.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: List<Long>?

The autonomous system (AS) numbers in the segment.

Link copied to clipboard

The type of the AS path segment.

Functions

Link copied to clipboard
inline fun copy(block: AsPathSegment.Builder.() -> Unit = {}): AsPathSegment
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String