Interface PublicIPAddress.DefinitionStages.WithReverseFQDN
-
- All Known Subinterfaces:
PublicIPAddress.Definition,PublicIPAddress.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIPAddress.DefinitionStages
public static interface PublicIPAddress.DefinitionStages.WithReverseFQDNA public IP address definition allowing the reverse FQDN to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIPAddress.DefinitionStages.WithCreatewithoutReverseFqdn()Ensures that no reverse FQDN will be used.PublicIPAddress.DefinitionStages.WithCreatewithReverseFqdn(String reverseFQDN)Specifies the reverse FQDN to assign to this public IP address.
-
-
-
Method Detail
-
withReverseFqdn
PublicIPAddress.DefinitionStages.WithCreate withReverseFqdn(String reverseFQDN)
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
-
-