Class: Aws::Types::NetworkInfo
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth_weightings ⇒ ::Array[("default" | "vpc-1" | "ebs-1")]
Returns the value of attribute bandwidth_weightings.
-
#connection_tracking_configuration ⇒ Types::DefaultConnectionTrackingConfiguration
Returns the value of attribute connection_tracking_configuration.
-
#default_network_card_index ⇒ ::Integer
Returns the value of attribute default_network_card_index.
-
#efa_info ⇒ Types::EfaInfo
Returns the value of attribute efa_info.
-
#efa_supported ⇒ Boolean
Returns the value of attribute efa_supported.
-
#ena_srd_supported ⇒ Boolean
Returns the value of attribute ena_srd_supported.
-
#ena_support ⇒ "unsupported", ...
Returns the value of attribute ena_support.
-
#encryption_in_transit_supported ⇒ Boolean
Returns the value of attribute encryption_in_transit_supported.
-
#flexible_ena_queues_support ⇒ "unsupported", "supported"
Returns the value of attribute flexible_ena_queues_support.
-
#ipv_4_addresses_per_interface ⇒ ::Integer
Returns the value of attribute ipv_4_addresses_per_interface.
-
#ipv_4_addresses_per_secondary_interface ⇒ ::Integer
Returns the value of attribute ipv_4_addresses_per_secondary_interface.
-
#ipv_6_addresses_per_interface ⇒ ::Integer
Returns the value of attribute ipv_6_addresses_per_interface.
-
#ipv_6_supported ⇒ Boolean
Returns the value of attribute ipv_6_supported.
-
#maximum_network_cards ⇒ ::Integer
Returns the value of attribute maximum_network_cards.
-
#maximum_network_interfaces ⇒ ::Integer
Returns the value of attribute maximum_network_interfaces.
-
#maximum_secondary_network_interfaces ⇒ ::Integer
Returns the value of attribute maximum_secondary_network_interfaces.
-
#network_cards ⇒ ::Array[Types::NetworkCardInfo]
Returns the value of attribute network_cards.
-
#network_performance ⇒ ::String
Returns the value of attribute network_performance.
-
#secondary_network_supported ⇒ Boolean
Returns the value of attribute secondary_network_supported.
Instance Attribute Details
#bandwidth_weightings ⇒ ::Array[("default" | "vpc-1" | "ebs-1")]
Returns the value of attribute bandwidth_weightings.
14693 14694 14695 |
# File 'sig/types.rbs', line 14693 def bandwidth_weightings @bandwidth_weightings end |
#connection_tracking_configuration ⇒ Types::DefaultConnectionTrackingConfiguration
Returns the value of attribute connection_tracking_configuration.
14695 14696 14697 |
# File 'sig/types.rbs', line 14695 def connection_tracking_configuration @connection_tracking_configuration end |
#default_network_card_index ⇒ ::Integer
Returns the value of attribute default_network_card_index.
14683 14684 14685 |
# File 'sig/types.rbs', line 14683 def default_network_card_index @default_network_card_index end |
#efa_info ⇒ Types::EfaInfo
Returns the value of attribute efa_info.
14690 14691 14692 |
# File 'sig/types.rbs', line 14690 def efa_info @efa_info end |
#efa_supported ⇒ Boolean
Returns the value of attribute efa_supported.
14689 14690 14691 |
# File 'sig/types.rbs', line 14689 def efa_supported @efa_supported end |
#ena_srd_supported ⇒ Boolean
Returns the value of attribute ena_srd_supported.
14692 14693 14694 |
# File 'sig/types.rbs', line 14692 def ena_srd_supported @ena_srd_supported end |
#ena_support ⇒ "unsupported", ...
Returns the value of attribute ena_support.
14688 14689 14690 |
# File 'sig/types.rbs', line 14688 def ena_support @ena_support end |
#encryption_in_transit_supported ⇒ Boolean
Returns the value of attribute encryption_in_transit_supported.
14691 14692 14693 |
# File 'sig/types.rbs', line 14691 def encryption_in_transit_supported @encryption_in_transit_supported end |
#flexible_ena_queues_support ⇒ "unsupported", "supported"
Returns the value of attribute flexible_ena_queues_support.
14694 14695 14696 |
# File 'sig/types.rbs', line 14694 def flexible_ena_queues_support @flexible_ena_queues_support end |
#ipv_4_addresses_per_interface ⇒ ::Integer
Returns the value of attribute ipv_4_addresses_per_interface.
14685 14686 14687 |
# File 'sig/types.rbs', line 14685 def ipv_4_addresses_per_interface @ipv_4_addresses_per_interface end |
#ipv_4_addresses_per_secondary_interface ⇒ ::Integer
Returns the value of attribute ipv_4_addresses_per_secondary_interface.
14698 14699 14700 |
# File 'sig/types.rbs', line 14698 def ipv_4_addresses_per_secondary_interface @ipv_4_addresses_per_secondary_interface end |
#ipv_6_addresses_per_interface ⇒ ::Integer
Returns the value of attribute ipv_6_addresses_per_interface.
14686 14687 14688 |
# File 'sig/types.rbs', line 14686 def ipv_6_addresses_per_interface @ipv_6_addresses_per_interface end |
#ipv_6_supported ⇒ Boolean
Returns the value of attribute ipv_6_supported.
14687 14688 14689 |
# File 'sig/types.rbs', line 14687 def ipv_6_supported @ipv_6_supported end |
#maximum_network_cards ⇒ ::Integer
Returns the value of attribute maximum_network_cards.
14682 14683 14684 |
# File 'sig/types.rbs', line 14682 def maximum_network_cards @maximum_network_cards end |
#maximum_network_interfaces ⇒ ::Integer
Returns the value of attribute maximum_network_interfaces.
14681 14682 14683 |
# File 'sig/types.rbs', line 14681 def maximum_network_interfaces @maximum_network_interfaces end |
#maximum_secondary_network_interfaces ⇒ ::Integer
Returns the value of attribute maximum_secondary_network_interfaces.
14697 14698 14699 |
# File 'sig/types.rbs', line 14697 def maximum_secondary_network_interfaces @maximum_secondary_network_interfaces end |
#network_cards ⇒ ::Array[Types::NetworkCardInfo]
Returns the value of attribute network_cards.
14684 14685 14686 |
# File 'sig/types.rbs', line 14684 def network_cards @network_cards end |
#network_performance ⇒ ::String
Returns the value of attribute network_performance.
14680 14681 14682 |
# File 'sig/types.rbs', line 14680 def network_performance @network_performance end |
#secondary_network_supported ⇒ Boolean
Returns the value of attribute secondary_network_supported.
14696 14697 14698 |
# File 'sig/types.rbs', line 14696 def secondary_network_supported @secondary_network_supported end |