AaaaRecord Class

  • java.lang.Object
    • com.microsoft.azure.management.dns.AaaaRecord

public class AaaaRecord

An AAAA record.

Constructor Summary

Constructor Description
AaaaRecord()

Method Summary

Modifier and Type Method and Description
java.lang.String ipv6Address()

Get the ipv6Address value.

AaaaRecord withIpv6Address(String ipv6Address)

Set the ipv6Address value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AaaaRecord

public AaaaRecord()

Method Details

ipv6Address

public String ipv6Address()

Get the ipv6Address value.

Returns:

the ipv6Address value

withIpv6Address

public AaaaRecord withIpv6Address(String ipv6Address)

Set the ipv6Address value.

Parameters:

ipv6Address - the ipv6Address value to set

Returns:

the AaaaRecord object itself.

Applies to