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.
15329 15330 15331 |
# File 'sig/types.rbs', line 15329 def bandwidth_weightings @bandwidth_weightings end |
#connection_tracking_configuration ⇒ Types::DefaultConnectionTrackingConfiguration
Returns the value of attribute connection_tracking_configuration.
15331 15332 15333 |
# File 'sig/types.rbs', line 15331 def connection_tracking_configuration @connection_tracking_configuration end |
#default_network_card_index ⇒ ::Integer
Returns the value of attribute default_network_card_index.
15319 15320 15321 |
# File 'sig/types.rbs', line 15319 def default_network_card_index @default_network_card_index end |
#efa_info ⇒ Types::EfaInfo
Returns the value of attribute efa_info.
15326 15327 15328 |
# File 'sig/types.rbs', line 15326 def efa_info @efa_info end |
#efa_supported ⇒ Boolean
Returns the value of attribute efa_supported.
15325 15326 15327 |
# File 'sig/types.rbs', line 15325 def efa_supported @efa_supported end |
#ena_srd_supported ⇒ Boolean
Returns the value of attribute ena_srd_supported.
15328 15329 15330 |
# File 'sig/types.rbs', line 15328 def ena_srd_supported @ena_srd_supported end |
#ena_support ⇒ "unsupported", ...
Returns the value of attribute ena_support.
15324 15325 15326 |
# File 'sig/types.rbs', line 15324 def ena_support @ena_support end |
#encryption_in_transit_supported ⇒ Boolean
Returns the value of attribute encryption_in_transit_supported.
15327 15328 15329 |
# File 'sig/types.rbs', line 15327 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.
15330 15331 15332 |
# File 'sig/types.rbs', line 15330 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.
15321 15322 15323 |
# File 'sig/types.rbs', line 15321 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.
15334 15335 15336 |
# File 'sig/types.rbs', line 15334 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.
15322 15323 15324 |
# File 'sig/types.rbs', line 15322 def ipv_6_addresses_per_interface @ipv_6_addresses_per_interface end |
#ipv_6_supported ⇒ Boolean
Returns the value of attribute ipv_6_supported.
15323 15324 15325 |
# File 'sig/types.rbs', line 15323 def ipv_6_supported @ipv_6_supported end |
#maximum_network_cards ⇒ ::Integer
Returns the value of attribute maximum_network_cards.
15318 15319 15320 |
# File 'sig/types.rbs', line 15318 def maximum_network_cards @maximum_network_cards end |
#maximum_network_interfaces ⇒ ::Integer
Returns the value of attribute maximum_network_interfaces.
15317 15318 15319 |
# File 'sig/types.rbs', line 15317 def maximum_network_interfaces @maximum_network_interfaces end |
#maximum_secondary_network_interfaces ⇒ ::Integer
Returns the value of attribute maximum_secondary_network_interfaces.
15333 15334 15335 |
# File 'sig/types.rbs', line 15333 def maximum_secondary_network_interfaces @maximum_secondary_network_interfaces end |
#network_cards ⇒ ::Array[Types::NetworkCardInfo]
Returns the value of attribute network_cards.
15320 15321 15322 |
# File 'sig/types.rbs', line 15320 def network_cards @network_cards end |
#network_performance ⇒ ::String
Returns the value of attribute network_performance.
15316 15317 15318 |
# File 'sig/types.rbs', line 15316 def network_performance @network_performance end |
#secondary_network_supported ⇒ Boolean
Returns the value of attribute secondary_network_supported.
15332 15333 15334 |
# File 'sig/types.rbs', line 15332 def secondary_network_supported @secondary_network_supported end |