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
-
-