public final class AaaaRecord extends Object
| Constructor and Description |
|---|
AaaaRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
ipv6Address()
Get the ipv6Address property: The IPv6 address of this AAAA record.
|
void |
validate()
Validates the instance.
|
AaaaRecord |
withIpv6Address(String ipv6Address)
Set the ipv6Address property: The IPv6 address of this AAAA record.
|
public String ipv6Address()
public AaaaRecord withIpv6Address(String ipv6Address)
ipv6Address - the ipv6Address value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.