Class: Aws::Types::NetworkCardInfo
- Inherits:
-
Object
- Object
- Aws::Types::NetworkCardInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_flexible_network_interfaces ⇒ ::Integer
Returns the value of attribute additional_flexible_network_interfaces.
-
#baseline_bandwidth_in_gbps ⇒ ::Float
Returns the value of attribute baseline_bandwidth_in_gbps.
-
#default_ena_queue_count_per_interface ⇒ ::Integer
Returns the value of attribute default_ena_queue_count_per_interface.
-
#maximum_ena_queue_count ⇒ ::Integer
Returns the value of attribute maximum_ena_queue_count.
-
#maximum_ena_queue_count_per_interface ⇒ ::Integer
Returns the value of attribute maximum_ena_queue_count_per_interface.
-
#maximum_network_interfaces ⇒ ::Integer
Returns the value of attribute maximum_network_interfaces.
-
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
-
#network_performance ⇒ ::String
Returns the value of attribute network_performance.
-
#peak_bandwidth_in_gbps ⇒ ::Float
Returns the value of attribute peak_bandwidth_in_gbps.
Instance Attribute Details
#additional_flexible_network_interfaces ⇒ ::Integer
Returns the value of attribute additional_flexible_network_interfaces.
14670 14671 14672 |
# File 'sig/types.rbs', line 14670 def additional_flexible_network_interfaces @additional_flexible_network_interfaces end |
#baseline_bandwidth_in_gbps ⇒ ::Float
Returns the value of attribute baseline_bandwidth_in_gbps.
14671 14672 14673 |
# File 'sig/types.rbs', line 14671 def baseline_bandwidth_in_gbps @baseline_bandwidth_in_gbps end |
#default_ena_queue_count_per_interface ⇒ ::Integer
Returns the value of attribute default_ena_queue_count_per_interface.
14673 14674 14675 |
# File 'sig/types.rbs', line 14673 def default_ena_queue_count_per_interface @default_ena_queue_count_per_interface end |
#maximum_ena_queue_count ⇒ ::Integer
Returns the value of attribute maximum_ena_queue_count.
14674 14675 14676 |
# File 'sig/types.rbs', line 14674 def maximum_ena_queue_count @maximum_ena_queue_count end |
#maximum_ena_queue_count_per_interface ⇒ ::Integer
Returns the value of attribute maximum_ena_queue_count_per_interface.
14675 14676 14677 |
# File 'sig/types.rbs', line 14675 def maximum_ena_queue_count_per_interface @maximum_ena_queue_count_per_interface end |
#maximum_network_interfaces ⇒ ::Integer
Returns the value of attribute maximum_network_interfaces.
14669 14670 14671 |
# File 'sig/types.rbs', line 14669 def maximum_network_interfaces @maximum_network_interfaces end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
14667 14668 14669 |
# File 'sig/types.rbs', line 14667 def network_card_index @network_card_index end |
#network_performance ⇒ ::String
Returns the value of attribute network_performance.
14668 14669 14670 |
# File 'sig/types.rbs', line 14668 def network_performance @network_performance end |
#peak_bandwidth_in_gbps ⇒ ::Float
Returns the value of attribute peak_bandwidth_in_gbps.
14672 14673 14674 |
# File 'sig/types.rbs', line 14672 def peak_bandwidth_in_gbps @peak_bandwidth_in_gbps end |