Interface HasPrivateIpAddress.UpdateStages.WithPrivateIPAddress<ReturnT>
- Type Parameters:
ReturnT- the next stage of the update
- All Known Subinterfaces:
LoadBalancerPrivateFrontend.Update, NicIpConfiguration.Update, NicIpConfiguration.UpdateStages.WithPrivateIP
- Enclosing interface:
HasPrivateIpAddress.UpdateStages
public static interface HasPrivateIpAddress.UpdateStages.WithPrivateIPAddress<ReturnT>
The stage of an update allowing to modify the private IP address.
-
Method Summary
Modifier and TypeMethodDescriptionEnables dynamic private IP address allocation within the associated subnet.withPrivateIpAddressStatic(String ipAddress) Assigns the specified static private IP address within the associated subnet.
-
Method Details
-
withPrivateIpAddressDynamic
ReturnT withPrivateIpAddressDynamic()Enables dynamic private IP address allocation within the associated subnet.- Returns:
- the next stage of the update
-
withPrivateIpAddressStatic
-