Class AaaaRecord
java.lang.Object
com.microsoft.azure.management.dns.AaaaRecord
An AAAA record.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the ipv6Address value.withIpv6Address
(String ipv6Address) Set the ipv6Address value.
-
Constructor Details
-
AaaaRecord
public AaaaRecord()
-
-
Method Details
-
ipv6Address
Get the ipv6Address value.- Returns:
- the ipv6Address value
-
withIpv6Address
Set the ipv6Address value.- Parameters:
ipv6Address
- the ipv6Address value to set- Returns:
- the AaaaRecord object itself.
-