Class: Aws::Types::NodeInterfaceMapping
- Inherits:
-
Object
- Object
- Aws::Types::NodeInterfaceMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_interface_name ⇒ ::String
Returns the value of attribute logical_interface_name.
-
#network_interface_mode ⇒ "NAT", "BRIDGE"
Returns the value of attribute network_interface_mode.
-
#physical_interface_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute physical_interface_ip_addresses.
-
#physical_interface_name ⇒ ::String
Returns the value of attribute physical_interface_name.
Instance Attribute Details
#logical_interface_name ⇒ ::String
Returns the value of attribute logical_interface_name.
5381 5382 5383 |
# File 'sig/types.rbs', line 5381 def logical_interface_name @logical_interface_name end |
#network_interface_mode ⇒ "NAT", "BRIDGE"
Returns the value of attribute network_interface_mode.
5382 5383 5384 |
# File 'sig/types.rbs', line 5382 def network_interface_mode @network_interface_mode end |
#physical_interface_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute physical_interface_ip_addresses.
5384 5385 5386 |
# File 'sig/types.rbs', line 5384 def physical_interface_ip_addresses @physical_interface_ip_addresses end |
#physical_interface_name ⇒ ::String
Returns the value of attribute physical_interface_name.
5383 5384 5385 |
# File 'sig/types.rbs', line 5383 def physical_interface_name @physical_interface_name end |