PublicIPAddress.DefinitionStages.WithReverseFQDN Interface

public interface WithReverseFQDN

A public IP address definition allowing the reverse FQDN to be specified.

Method Summary

Modifier and Type Method and Description
PublicIPAddress.DefinitionStages.WithCreate withoutReverseFqdn()

Ensures that no reverse FQDN will be used.

PublicIPAddress.DefinitionStages.WithCreate withReverseFqdn(String reverseFQDN)

Specifies the reverse FQDN to assign to this public IP address.

Method Details

withoutReverseFqdn

public WithCreate withoutReverseFqdn()

Ensures that no reverse FQDN will be used.

Returns:

the next stage of the definition

withReverseFqdn

public 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

Applies to