PathFilter

Describes a set of filters for a path analysis. Use path filters to scope the analysis when there can be multiple resulting paths.

Types

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

Properties

Link copied to clipboard

The destination IPv4 address.

Link copied to clipboard

The destination port range.

Link copied to clipboard

The source IPv4 address.

Link copied to clipboard

The source port range.

Functions

Link copied to clipboard
inline fun copy(block: PathFilter.Builder.() -> Unit = {}): PathFilter
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