Class AaaaRecord
- java.lang.Object
-
- com.azure.resourcemanager.privatedns.models.AaaaRecord
-
public final 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 property: The IPv6 address of this AAAA record.voidvalidate()Validates the instance.AaaaRecordwithIpv6Address(String ipv6Address)Set the ipv6Address property: The IPv6 address of this AAAA record.
-
-
-
Method Detail
-
ipv6Address
public String ipv6Address()
Get the ipv6Address property: The IPv6 address of this AAAA record.- Returns:
- the ipv6Address value.
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-