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
-
-