Flow

class Flow

Any number of arrays, where each array is a single flow identified in the scope of the operation. If multiple flows were in the scope of the operation, multiple Flows arrays are returned.

Types

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

Properties

Link copied to clipboard
val age: Int?

Returned as info about age of the flows identified by the flow operation.

Link copied to clipboard

Returns the number of bytes received or transmitted in a specific flow.

Link copied to clipboard

A single IP address specification. This is used in the MatchAttributes source and destination specifications.

Link copied to clipboard

The destination port to inspect for. You can specify an individual port, for example 1994 and you can specify a port range, for example 1990:1994. To match with any port, specify ANY.

Link copied to clipboard

Returns the total number of data packets received or transmitted in a flow.

Link copied to clipboard

The protocols to inspect for, specified using the assigned internet protocol number (IANA) for each protocol. If not specified, this matches with any protocol.

Link copied to clipboard

A single IP address specification. This is used in the MatchAttributes source and destination specifications.

Link copied to clipboard

The source port to inspect for. You can specify an individual port, for example 1994 and you can specify a port range, for example 1990:1994. To match with any port, specify ANY.

Functions

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