Interface PublicIpAddress.DefinitionStages.WithReverseFQDN
- All Known Subinterfaces:
PublicIpAddress.Definition,PublicIpAddress.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpAddress.DefinitionStages
public static interface PublicIpAddress.DefinitionStages.WithReverseFQDN
A public IP address definition allowing the reverse FQDN to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionEnsures that no reverse FQDN will be used.withReverseFqdn(String reverseFQDN) Specifies the reverse FQDN to assign to this public IP address.
-
Method Details
-
withReverseFqdn
Specifies the reverse FQDN to assign to this public IP address.- Parameters:
reverseFQDN- the reverse FQDN to assign- Returns:
- the next stage of the definition
-
withoutReverseFqdn
PublicIpAddress.DefinitionStages.WithCreate withoutReverseFqdn()Ensures that no reverse FQDN will be used.- Returns:
- the next stage of the definition
-