Interface PublicIpPrefix.DefinitionStages.WithPublicIpAddressVersion
-
- All Known Subinterfaces:
PublicIpPrefix.Definition,PublicIpPrefix.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpPrefix.DefinitionStages
public static interface PublicIpPrefix.DefinitionStages.WithPublicIpAddressVersionThe stage of the publicipprefix definition allowing to specify PublicIpAddressVersion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpPrefix.DefinitionStages.WithCreatewithPublicIpAddressVersion(IpVersion publicIpAddressVersion)Specifies publicIpAddressVersion.
-
-
-
Method Detail
-
withPublicIpAddressVersion
PublicIpPrefix.DefinitionStages.WithCreate withPublicIpAddressVersion(IpVersion publicIpAddressVersion)
Specifies publicIpAddressVersion.- Parameters:
publicIpAddressVersion- The public Ip address version. Possible values include: 'Ipv4', 'Ipv6'- Returns:
- the next definition stage
-
-