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
- Struct
- Aws::EC2::Types::NetworkInfo
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#default_network_card_index ⇒ Integer
The index of the default network card, starting at 0.
-
#efa_supported ⇒ Boolean
Indicates whether Elastic Fabric Adapter (EFA) is supported.
-
#ena_support ⇒ String
Indicates whether Elastic Network Adapter (ENA) is supported.
-
#ipv_4_addresses_per_interface ⇒ Integer
The maximum number of IPv4 addresses per network interface.
-
#ipv_6_addresses_per_interface ⇒ Integer
The maximum number of IPv6 addresses per network interface.
-
#ipv_6_supported ⇒ Boolean
Indicates whether IPv6 is supported.
-
#maximum_network_cards ⇒ Integer
The maximum number of physical network cards that can be allocated to the instance.
-
#maximum_network_interfaces ⇒ Integer
The maximum number of network interfaces for the instance type.
-
#network_cards ⇒ Array<Types::NetworkCardInfo>
Describes the network cards for the instance type.
-
#network_performance ⇒ String
The network performance.
Instance Attribute Details
#default_network_card_index ⇒ Integer
The index of the default network card, starting at 0.
#efa_supported ⇒ Boolean
Indicates whether Elastic Fabric Adapter (EFA) is supported.
#ena_support ⇒ String
Indicates whether Elastic Network Adapter (ENA) is supported.
Possible values:
- unsupported
- supported
- required
#ipv_4_addresses_per_interface ⇒ Integer
The maximum number of IPv4 addresses per network interface.
#ipv_6_addresses_per_interface ⇒ Integer
The maximum number of IPv6 addresses per network interface.
#ipv_6_supported ⇒ Boolean
Indicates whether IPv6 is supported.
#maximum_network_cards ⇒ Integer
The maximum number of physical network cards that can be allocated to the instance.
#maximum_network_interfaces ⇒ Integer
The maximum number of network interfaces for the instance type.
#network_cards ⇒ Array<Types::NetworkCardInfo>
Describes the network cards for the instance type.
#network_performance ⇒ String
The network performance.