AaaaRecord Class

  • java.lang.Object
    • com.azure.resourcemanager.dns.models.AaaaRecord

public final class AaaaRecord

An AAAA record.

Constructor Summary

Constructor Description
AaaaRecord()

Creates an instance of AaaaRecord class.

Method Summary

Modifier and Type Method and Description
String ipv6Address()

Get the ipv6Address property: The IPv6 address of this AAAA record.

void validate()

Validates the instance.

AaaaRecord withIpv6Address(String ipv6Address)

Set the ipv6Address property: The IPv6 address of this AAAA record.

Methods inherited from java.lang.Object

Constructor Details

AaaaRecord

public AaaaRecord()

Creates an instance of AaaaRecord class.

Method Details

ipv6Address

public String ipv6Address()

Get the ipv6Address property: The IPv6 address of this AAAA record.

Returns:

the ipv6Address value.

validate

public void validate()

Validates the instance.

withIpv6Address

public AaaaRecord withIpv6Address(String ipv6Address)

Set the ipv6Address property: The IPv6 address of this AAAA record.

Parameters:

ipv6Address - the ipv6Address value to set.

Returns:

the AaaaRecord object itself.

Applies to