Class AaaaRecord
java.lang.Object
com.azure.resourcemanager.privatedns.models.AaaaRecord
An AAAA record.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the ipv6Address property: The IPv6 address of this AAAA record.voidvalidate()Validates the instance.withIpv6Address(String ipv6Address) Set the ipv6Address property: The IPv6 address of this AAAA record.
-
Constructor Details
-
AaaaRecord
public AaaaRecord()
-
-
Method Details
-
ipv6Address
Get the ipv6Address property: The IPv6 address of this AAAA record.- Returns:
- the ipv6Address value.
-
withIpv6Address
Set the ipv6Address property: The IPv6 address of this AAAA record.- Parameters:
ipv6Address- the ipv6Address value to set.- Returns:
- the AaaaRecord object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-