NetworkInterface

Describes a network interface.

Types

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

Properties

Link copied to clipboard

The subnets associated with this network interface.

Link copied to clipboard

The association information for an Elastic IP address (IPv4) associated with the network interface.

Link copied to clipboard

The network interface attachment.

Link copied to clipboard

The Availability Zone.

Link copied to clipboard

A security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see Connection tracking timeouts in the Amazon EC2 User Guide.

Link copied to clipboard

Indicates whether a network interface with an IPv6 address is unreachable from the public internet. If the value is true, inbound traffic from the internet is dropped and you cannot assign an elastic IP address to the network interface. The network interface is reachable from peered VPCs and resources connected through a transit gateway, including on-premises networks.

Link copied to clipboard

A description.

Link copied to clipboard

Any security groups for the network interface.

Link copied to clipboard

The type of network interface.

Link copied to clipboard

The IPv4 prefixes that are assigned to the network interface.

Link copied to clipboard

The IPv6 globally unique address associated with the network interface.

Link copied to clipboard

The IPv6 addresses associated with the network interface.

Link copied to clipboard

Indicates whether this is an IPv6 only network interface.

Link copied to clipboard

The IPv6 prefixes that are assigned to the network interface.

Link copied to clipboard

The MAC address.

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard

The service provider that manages the network interface.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Outpost.

Link copied to clipboard

The Amazon Web Services account ID of the owner of the network interface.

Link copied to clipboard

The private hostname. For more information, see EC2 instance hostnames, DNS names, and domains in the Amazon EC2 User Guide.

Link copied to clipboard

The IPv4 address of the network interface within the subnet.

Link copied to clipboard

The private IPv4 addresses associated with the network interface.

Link copied to clipboard

A public hostname. For more information, see EC2 instance hostnames, DNS names, and domains in the Amazon EC2 User Guide.

Link copied to clipboard

Public hostname type options. For more information, see EC2 instance hostnames, DNS names, and domains in the Amazon EC2 User Guide.

Link copied to clipboard

The alias or Amazon Web Services account ID of the principal or service that created the network interface.

Link copied to clipboard

Indicates whether the network interface is being managed by Amazon Web Services.

Link copied to clipboard

Indicates whether source/destination checking is enabled.

Link copied to clipboard

The status of the network interface.

Link copied to clipboard

The ID of the subnet.

Link copied to clipboard
val tagSet: List<Tag>?

Any tags assigned to the network interface.

Link copied to clipboard

The ID of the VPC.

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