AaaaRecord Class
- java.
lang. Object - com.
azure. resourcemanager. dns. models. AaaaRecord
- com.
Implements
public final class AaaaRecord
implements JsonSerializable<AaaaRecord>
An AAAA record.
Constructor Summary
Constructor | Description |
---|---|
AaaaRecord() |
Creates an instance of Aaaa |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Aaaa |
fromJson(JsonReader jsonReader)
Reads an instance of Aaaa |
String |
ipv6Address()
Get the ipv6Address property: The IPv6 address of this AAAA record. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Aaaa |
withIpv6Address(String ipv6Address)
Set the ipv6Address property: The IPv6 address of this AAAA record. |
Methods inherited from java.lang.Object
Constructor Details
AaaaRecord
public AaaaRecord()
Creates an instance of AaaaRecord class.
Method Details
fromJson
public static AaaaRecord fromJson(JsonReader jsonReader)
Reads an instance of AaaaRecord from the JsonReader.
Parameters:
Returns:
Throws:
ipv6Address
public String ipv6Address()
Get the ipv6Address property: The IPv6 address of this AAAA record.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIpv6Address
public AaaaRecord withIpv6Address(String ipv6Address)
Set the ipv6Address property: The IPv6 address of this AAAA record.
Parameters:
Returns:
Applies to
Azure SDK for Java