Values.NodeInterfaceMappingCreateRequestSourceUsed in CreateNodeRequest.
type nonrec t = {logicalInterfaceName : string option;Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to. For example, my-Inputs-Interface.
*)networkInterfaceMode : NetworkInterfaceMode.t option;The style of the network -- NAT or BRIDGE.
*)physicalInterfaceName : string option;Specify the physical name that corresponds to the logicalInterfaceName that you specified in this interface mapping. For example, Eth1 or ENO1234EXAMPLE.
*)}