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