NetworkInterface

The structure that contains information about a network interface.

Types

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

Properties

Link copied to clipboard

The availability zone that the network interface resides in.

Link copied to clipboard

An error message.

Link copied to clipboard

The network interface ID.

Link copied to clipboard

The status of the network interface.

Link copied to clipboard

The subnet ID associated with 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