Class: Aws::EC2::Types::NetworkCardInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#baseline_bandwidth_in_gbpsFloat

The baseline network performance of the network card, in Gbps.

Returns:

  • (Float)


51684
51685
51686
51687
51688
51689
51690
51691
51692
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51684

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_interfacesInteger

The maximum number of network interfaces for the network card.

Returns:

  • (Integer)


51684
51685
51686
51687
51688
51689
51690
51691
51692
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51684

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_indexInteger

The index of the network card.

Returns:

  • (Integer)


51684
51685
51686
51687
51688
51689
51690
51691
51692
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51684

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_performanceString

The network performance of the network card.

Returns:

  • (String)


51684
51685
51686
51687
51688
51689
51690
51691
51692
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51684

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_gbpsFloat

The peak (burst) network performance of the network card, in Gbps.

Returns:

  • (Float)


51684
51685
51686
51687
51688
51689
51690
51691
51692
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51684

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