PublicIPAddress.DefinitionStages.WithReverseFQDN Interface

public static interface PublicIPAddress.DefinitionStages.WithReverseFQDN

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withReverseFqdn(String reverseFQDN)

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

abstract WithCreate withoutReverseFqdn()

Ensures that no reverse FQDN will be used.

Method Details

withReverseFqdn

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

public abstract PublicIPAddress.DefinitionStages.WithCreate withoutReverseFqdn()

Ensures that no reverse FQDN will be used.

Returns:

the next stage of the definition

Applies to