You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::NetworkInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the networking features of the instance type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#default_network_card_indexInteger

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

Returns:

  • (Integer)

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

#efa_supportedBoolean

Indicates whether Elastic Fabric Adapter (EFA) is supported.

Returns:

  • (Boolean)

    Indicates whether Elastic Fabric Adapter (EFA) is supported.

#ena_supportString

Indicates whether Elastic Network Adapter (ENA) is supported.

Possible values:

  • unsupported
  • supported
  • required

Returns:

  • (String)

    Indicates whether Elastic Network Adapter (ENA) is supported.

#ipv_4_addresses_per_interfaceInteger

The maximum number of IPv4 addresses per network interface.

Returns:

  • (Integer)

    The maximum number of IPv4 addresses per network interface.

#ipv_6_addresses_per_interfaceInteger

The maximum number of IPv6 addresses per network interface.

Returns:

  • (Integer)

    The maximum number of IPv6 addresses per network interface.

#ipv_6_supportedBoolean

Indicates whether IPv6 is supported.

Returns:

  • (Boolean)

    Indicates whether IPv6 is supported.

#maximum_network_cardsInteger

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

Returns:

  • (Integer)

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

#maximum_network_interfacesInteger

The maximum number of network interfaces for the instance type.

Returns:

  • (Integer)

    The maximum number of network interfaces for the instance type.

#network_cardsArray<Types::NetworkCardInfo>

Describes the network cards for the instance type.

Returns:

#network_performanceString

The network performance.

Returns:

  • (String)

    The network performance.