NetworkInterface

Describes a network interface.

Types

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

Properties

Link copied to clipboard

The Availability Zone.

Link copied to clipboard

The IPv6 address of the network interface within the subnet.

Link copied to clipboard

The network interface identifier.

Link copied to clipboard

The IPv4 address of the network interface within the subnet.

Link copied to clipboard

The subnet identifier.

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