NetworkInterface.UpdateStages.WithIPForwarding Interface

public interface WithIPForwarding

The stage of the network interface update allowing to enable or disable IP forwarding.

Method Summary

Modifier and Type Method and Description
NetworkInterface.Update withIPForwarding()

Enable IP forwarding in the network interface.

NetworkInterface.Update withoutIPForwarding()

Disable IP forwarding in the network interface.

Method Details

withIPForwarding

public Update withIPForwarding()

Enable IP forwarding in the network interface.

Returns:

the next stage of the network interface update

withoutIPForwarding

public Update withoutIPForwarding()

Disable IP forwarding in the network interface.

Returns:

the next stage of the network interface update

Applies to