Class AaaaRecord
- java.lang.Object
-
- com.microsoft.azure.management.dns.AaaaRecord
-
public class AaaaRecord extends Object
An AAAA record.
-
-
Constructor Summary
Constructors Constructor Description AaaaRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringipv6Address()Get the ipv6Address value.AaaaRecordwithIpv6Address(String ipv6Address)Set the ipv6Address value.
-
-
-
Method Detail
-
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.
-
-