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.
5399 5400 5401 |
# File 'sig/types.rbs', line 5399 def logical_interface_name @logical_interface_name end |
#network_interface_mode ⇒ "NAT", "BRIDGE"
Returns the value of attribute network_interface_mode.
5400 5401 5402 |
# File 'sig/types.rbs', line 5400 def network_interface_mode @network_interface_mode end |
#physical_interface_name ⇒ ::String
Returns the value of attribute physical_interface_name.
5401 5402 5403 |
# File 'sig/types.rbs', line 5401 def physical_interface_name @physical_interface_name end |