Class: Aws::Types::NodeInterfaceMappingCreateRequest
- Inherits:
-
Object
- Object
- Aws::Types::NodeInterfaceMappingCreateRequest
- 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_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.
5389 5390 5391 |
# File 'sig/types.rbs', line 5389 def logical_interface_name @logical_interface_name end |
#network_interface_mode ⇒ "NAT", "BRIDGE"
Returns the value of attribute network_interface_mode.
5390 5391 5392 |
# File 'sig/types.rbs', line 5390 def network_interface_mode @network_interface_mode end |
#physical_interface_name ⇒ ::String
Returns the value of attribute physical_interface_name.
5391 5392 5393 |
# File 'sig/types.rbs', line 5391 def physical_interface_name @physical_interface_name end |