Interface NodeInterfaceMappingCreateRequest.Builder

  • Method Details

    • logicalInterfaceName

      NodeInterfaceMappingCreateRequest.Builder logicalInterfaceName(String logicalInterfaceName)
      Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to. For example, my-Inputs-Interface.
      Parameters:
      logicalInterfaceName - Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to. For example, my-Inputs-Interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkInterfaceMode

      NodeInterfaceMappingCreateRequest.Builder networkInterfaceMode(String networkInterfaceMode)
      The style of the network -- NAT or BRIDGE.
      Parameters:
      networkInterfaceMode - The style of the network -- NAT or BRIDGE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • networkInterfaceMode

      NodeInterfaceMappingCreateRequest.Builder networkInterfaceMode(NetworkInterfaceMode networkInterfaceMode)
      The style of the network -- NAT or BRIDGE.
      Parameters:
      networkInterfaceMode - The style of the network -- NAT or BRIDGE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • physicalInterfaceName

      NodeInterfaceMappingCreateRequest.Builder physicalInterfaceName(String physicalInterfaceName)
      Specify the physical name that corresponds to the logicalInterfaceName that you specified in this interface mapping. For example, Eth1 or ENO1234EXAMPLE.
      Parameters:
      physicalInterfaceName - Specify the physical name that corresponds to the logicalInterfaceName that you specified in this interface mapping. For example, Eth1 or ENO1234EXAMPLE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.