Interface NicIPConfiguration.UpdateStages.WithSubnet
-
- All Known Subinterfaces:
NicIPConfiguration.Update
- Enclosing interface:
- NicIPConfiguration.UpdateStages
public static interface NicIPConfiguration.UpdateStages.WithSubnetThe stage of the network interface IP configuration update allowing to specify subnet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NicIPConfiguration.UpdatewithSubnet(String name)Associate a subnet with the network interface IP configuration.
-
-
-
Method Detail
-
withSubnet
NicIPConfiguration.Update withSubnet(String name)
Associate a subnet with the network interface IP configuration.- Parameters:
name- the subnet name- Returns:
- the next stage of the network interface IP configuration update
-
-