NetworkInfo

Describes the networking features of the instance type.

Types

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

Properties

Link copied to clipboard

A list of valid settings for configurable bandwidth weighting for the instance type, if supported.

Link copied to clipboard

The index of the default network card, starting at 0.

Link copied to clipboard

Describes the Elastic Fabric Adapters for the instance type.

Link copied to clipboard

Indicates whether Elastic Fabric Adapter (EFA) is supported.

Link copied to clipboard

Indicates whether the instance type supports ENA Express. ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.

Link copied to clipboard

Indicates whether Elastic Network Adapter (ENA) is supported.

Link copied to clipboard

Indicates whether the instance type automatically encrypts in-transit traffic between instances.

Link copied to clipboard

Indicates whether changing the number of ENA queues is supported.

Link copied to clipboard

The maximum number of IPv4 addresses per network interface.

Link copied to clipboard

The maximum number of IPv6 addresses per network interface.

Link copied to clipboard

Indicates whether IPv6 is supported.

Link copied to clipboard

The maximum number of physical network cards that can be allocated to the instance.

Link copied to clipboard

The maximum number of network interfaces for the instance type.

Link copied to clipboard

Describes the network cards for the instance type.

Link copied to clipboard

The network performance.

Functions

Link copied to clipboard
inline fun copy(block: NetworkInfo.Builder.() -> Unit = {}): NetworkInfo
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