static NodeInterfaceMappingCreateRequest.Builder |
NodeInterfaceMappingCreateRequest.builder() |
|
NodeInterfaceMappingCreateRequest.Builder |
NodeInterfaceMappingCreateRequest.Builder.logicalInterfaceName(String logicalInterfaceName) |
Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to.
|
NodeInterfaceMappingCreateRequest.Builder |
NodeInterfaceMappingCreateRequest.Builder.networkInterfaceMode(String networkInterfaceMode) |
The style of the network -- NAT or BRIDGE.
|
NodeInterfaceMappingCreateRequest.Builder |
NodeInterfaceMappingCreateRequest.Builder.networkInterfaceMode(NetworkInterfaceMode networkInterfaceMode) |
The style of the network -- NAT or BRIDGE.
|
NodeInterfaceMappingCreateRequest.Builder |
NodeInterfaceMappingCreateRequest.Builder.physicalInterfaceName(String physicalInterfaceName) |
Specify the physical name that corresponds to the logicalInterfaceName that you specified in this interface
mapping.
|
NodeInterfaceMappingCreateRequest.Builder |
NodeInterfaceMappingCreateRequest.toBuilder() |
|