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.
14990 14991 14992 |
# File 'sig/types.rbs', line 14990 def bandwidth_weightings @bandwidth_weightings end |
#connection_tracking_configuration ⇒ Types::DefaultConnectionTrackingConfiguration
Returns the value of attribute connection_tracking_configuration.
14992 14993 14994 |
# File 'sig/types.rbs', line 14992 def connection_tracking_configuration @connection_tracking_configuration end |
#default_network_card_index ⇒ ::Integer
Returns the value of attribute default_network_card_index.
14980 14981 14982 |
# File 'sig/types.rbs', line 14980 def default_network_card_index @default_network_card_index end |
#efa_info ⇒ Types::EfaInfo
Returns the value of attribute efa_info.
14987 14988 14989 |
# File 'sig/types.rbs', line 14987 def efa_info @efa_info end |
#efa_supported ⇒ Boolean
Returns the value of attribute efa_supported.
14986 14987 14988 |
# File 'sig/types.rbs', line 14986 def efa_supported @efa_supported end |
#ena_srd_supported ⇒ Boolean
Returns the value of attribute ena_srd_supported.
14989 14990 14991 |
# File 'sig/types.rbs', line 14989 def ena_srd_supported @ena_srd_supported end |
#ena_support ⇒ "unsupported", ...
Returns the value of attribute ena_support.
14985 14986 14987 |
# File 'sig/types.rbs', line 14985 def ena_support @ena_support end |
#encryption_in_transit_supported ⇒ Boolean
Returns the value of attribute encryption_in_transit_supported.
14988 14989 14990 |
# File 'sig/types.rbs', line 14988 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.
14991 14992 14993 |
# File 'sig/types.rbs', line 14991 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.
14982 14983 14984 |
# File 'sig/types.rbs', line 14982 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.
14995 14996 14997 |
# File 'sig/types.rbs', line 14995 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.
14983 14984 14985 |
# File 'sig/types.rbs', line 14983 def ipv_6_addresses_per_interface @ipv_6_addresses_per_interface end |
#ipv_6_supported ⇒ Boolean
Returns the value of attribute ipv_6_supported.
14984 14985 14986 |
# File 'sig/types.rbs', line 14984 def ipv_6_supported @ipv_6_supported end |
#maximum_network_cards ⇒ ::Integer
Returns the value of attribute maximum_network_cards.
14979 14980 14981 |
# File 'sig/types.rbs', line 14979 def maximum_network_cards @maximum_network_cards end |
#maximum_network_interfaces ⇒ ::Integer
Returns the value of attribute maximum_network_interfaces.
14978 14979 14980 |
# File 'sig/types.rbs', line 14978 def maximum_network_interfaces @maximum_network_interfaces end |
#maximum_secondary_network_interfaces ⇒ ::Integer
Returns the value of attribute maximum_secondary_network_interfaces.
14994 14995 14996 |
# File 'sig/types.rbs', line 14994 def maximum_secondary_network_interfaces @maximum_secondary_network_interfaces end |
#network_cards ⇒ ::Array[Types::NetworkCardInfo]
Returns the value of attribute network_cards.
14981 14982 14983 |
# File 'sig/types.rbs', line 14981 def network_cards @network_cards end |
#network_performance ⇒ ::String
Returns the value of attribute network_performance.
14977 14978 14979 |
# File 'sig/types.rbs', line 14977 def network_performance @network_performance end |
#secondary_network_supported ⇒ Boolean
Returns the value of attribute secondary_network_supported.
14993 14994 14995 |
# File 'sig/types.rbs', line 14993 def secondary_network_supported @secondary_network_supported end |