Interface NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT>
- Type Parameters:
ParentT- the stage of the parent network interface definition to return to after attaching this definition
- All Superinterfaces:
HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress<NicIpConfiguration.DefinitionStages.WithAttach<ParentT>>
- All Known Subinterfaces:
NicIpConfiguration.Definition<ParentT>
- Enclosing interface:
NicIpConfiguration.DefinitionStages
public static interface NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT>
extends HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress<NicIpConfiguration.DefinitionStages.WithAttach<ParentT>>
The stage of the network interface IP configuration definition allowing to specify private IP address within
a virtual network subnet.
-
Method Summary
Modifier and TypeMethodDescriptionwithPrivateIpVersion(IpVersion ipVersion) Specifies the IP version for the private IP address.Methods inherited from interface HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress
withPrivateIpAddressDynamic, withPrivateIpAddressStatic
-
Method Details
-
withPrivateIpVersion
Specifies the IP version for the private IP address.- Parameters:
ipVersion- an IP version- Returns:
- the next stage of the definition
-