NetworkInterface

Describes a network interface.

Types

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

Properties

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard

The IPv4 address of the network interface within the subnet.

Link copied to clipboard

The IPv4 public address of the network interface.

Functions

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