PublicIPAddress.DefinitionStages.WithLeafDomainLabel Interface

public static interface PublicIPAddress.DefinitionStages.WithLeafDomainLabel

A public IP address definition allowing to specify the leaf domain label, if any.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withLeafDomainLabel(String dnsName)

Specifies the leaf domain label to associate with this public IP address.

abstract WithCreate withoutLeafDomainLabel()

Ensures that no leaf domain label will be used.

Method Details

withLeafDomainLabel

public abstract PublicIPAddress.DefinitionStages.WithCreate withLeafDomainLabel(String dnsName)

Specifies the leaf domain label to associate with this public IP address.

The fully qualified domain name (FQDN) will be constructed automatically by appending the rest of the domain to this label.

Parameters:

dnsName - the leaf domain label to use. This must follow the required naming convention for leaf domain names.

Returns:

the next stage of the definition

withoutLeafDomainLabel

public abstract PublicIPAddress.DefinitionStages.WithCreate withoutLeafDomainLabel()

Ensures that no leaf domain label will be used.

This means that this public IP address will not be associated with a domain name.

Returns:

the next stage of the definition

Applies to