NetworkInterfaceResponse

data class NetworkInterfaceResponse(val ipAddresses: List<IpAddressResponse>? = null)

Describes a network interface.

Constructors

Link copied to clipboard
constructor(ipAddresses: List<IpAddressResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of IP addresses in this interface.