Class: Aws::EC2::Types::NetworkCardInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NetworkCardInfo
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the network card support of the instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#maximum_network_interfaces ⇒ Integer
The maximum number of network interfaces for the network card.
-
#network_card_index ⇒ Integer
The index of the network card.
-
#network_performance ⇒ String
The network performance of the network card.
Instance Attribute Details
#maximum_network_interfaces ⇒ Integer
The maximum number of network interfaces for the network card.
52605 52606 52607 52608 52609 52610 52611 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52605 class NetworkCardInfo < Struct.new( :network_card_index, :network_performance, :maximum_network_interfaces) SENSITIVE = [] include Aws::Structure end |
#network_card_index ⇒ Integer
The index of the network card.
52605 52606 52607 52608 52609 52610 52611 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52605 class NetworkCardInfo < Struct.new( :network_card_index, :network_performance, :maximum_network_interfaces) SENSITIVE = [] include Aws::Structure end |
#network_performance ⇒ String
The network performance of the network card.
52605 52606 52607 52608 52609 52610 52611 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52605 class NetworkCardInfo < Struct.new( :network_card_index, :network_performance, :maximum_network_interfaces) SENSITIVE = [] include Aws::Structure end |