Interface NetworkInterface.UpdateStages.WithPrimaryNetworkSubnet
- All Known Subinterfaces:
NetworkInterface.Update
- Enclosing interface:
- NetworkInterface.UpdateStages
public static interface NetworkInterface.UpdateStages.WithPrimaryNetworkSubnet
The stage of the network interface update allowing to specify subnet.
-
Method Summary
Modifier and TypeMethodDescriptionwithSubnet(String name) Associate a subnet with the network interface.
-
Method Details
-
withSubnet
Associate a subnet with the network interface.- Parameters:
name- the subnet name- Returns:
- the next stage of the network interface update
-