ARecord Class

  • java.lang.Object
    • com.microsoft.azure.management.dns.ARecord

public class ARecord

An A record.

Constructor Summary

Constructor Description
ARecord()

Method Summary

Modifier and Type Method and Description
java.lang.String ipv4Address()

Get the ipv4Address value.

ARecord withIpv4Address(String ipv4Address)

Set the ipv4Address value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ARecord

public ARecord()

Method Details

ipv4Address

public String ipv4Address()

Get the ipv4Address value.

Returns:

the ipv4Address value

withIpv4Address

public ARecord withIpv4Address(String ipv4Address)

Set the ipv4Address value.

Parameters:

ipv4Address - the ipv4Address value to set

Returns:

the ARecord object itself.

Applies to