InterfaceAddresses

data class InterfaceAddresses(val interfaceName: String, val addresses: List<String>)

A simple structure for enumerating interfaces.

Constructors

Link copied to clipboard
constructor(interfaceName: String, addresses: List<String>)

Properties

Link copied to clipboard

Addresses of the interface (note: multiple addresses can be assigned)

Link copied to clipboard

Name of the network interface

Functions

Link copied to clipboard
open override fun toString(): String