Class: Aws::EC2::Types::NetworkCardInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::NetworkCardInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the network card support of the instance type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #baseline_bandwidth_in_gbps  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The baseline network performance of the network card, in Gbps.
 - 
  
    
      #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.
 - 
  
    
      #peak_bandwidth_in_gbps  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The peak (burst) network performance of the network card, in Gbps.
 
Instance Attribute Details
#baseline_bandwidth_in_gbps ⇒ Float
The baseline network performance of the network card, in Gbps.
      55905 55906 55907 55908 55909 55910 55911 55912 55913  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55905 class NetworkCardInfo < Struct.new( :network_card_index, :network_performance, :maximum_network_interfaces, :baseline_bandwidth_in_gbps, :peak_bandwidth_in_gbps) SENSITIVE = [] include Aws::Structure end  | 
  
#maximum_network_interfaces ⇒ Integer
The maximum number of network interfaces for the network card.
      55905 55906 55907 55908 55909 55910 55911 55912 55913  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55905 class NetworkCardInfo < Struct.new( :network_card_index, :network_performance, :maximum_network_interfaces, :baseline_bandwidth_in_gbps, :peak_bandwidth_in_gbps) SENSITIVE = [] include Aws::Structure end  | 
  
#network_card_index ⇒ Integer
The index of the network card.
      55905 55906 55907 55908 55909 55910 55911 55912 55913  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55905 class NetworkCardInfo < Struct.new( :network_card_index, :network_performance, :maximum_network_interfaces, :baseline_bandwidth_in_gbps, :peak_bandwidth_in_gbps) SENSITIVE = [] include Aws::Structure end  | 
  
#network_performance ⇒ String
The network performance of the network card.
      55905 55906 55907 55908 55909 55910 55911 55912 55913  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55905 class NetworkCardInfo < Struct.new( :network_card_index, :network_performance, :maximum_network_interfaces, :baseline_bandwidth_in_gbps, :peak_bandwidth_in_gbps) SENSITIVE = [] include Aws::Structure end  | 
  
#peak_bandwidth_in_gbps ⇒ Float
The peak (burst) network performance of the network card, in Gbps.
      55905 55906 55907 55908 55909 55910 55911 55912 55913  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 55905 class NetworkCardInfo < Struct.new( :network_card_index, :network_performance, :maximum_network_interfaces, :baseline_bandwidth_in_gbps, :peak_bandwidth_in_gbps) SENSITIVE = [] include Aws::Structure end  |