PtrRecord Class

  • java.lang.Object
    • com.azure.resourcemanager.dns.models.PtrRecord

public final class PtrRecord

A PTR record.

Constructor Summary

Constructor Description
PtrRecord()

Creates an instance of PtrRecord class.

Method Summary

Modifier and Type Method and Description
String ptrdname()

Get the ptrdname property: The PTR target domain name for this PTR record.

void validate()

Validates the instance.

PtrRecord withPtrdname(String ptrdname)

Set the ptrdname property: The PTR target domain name for this PTR record.

Methods inherited from java.lang.Object

Constructor Details

PtrRecord

public PtrRecord()

Creates an instance of PtrRecord class.

Method Details

ptrdname

public String ptrdname()

Get the ptrdname property: The PTR target domain name for this PTR record.

Returns:

the ptrdname value.

validate

public void validate()

Validates the instance.

withPtrdname

public PtrRecord withPtrdname(String ptrdname)

Set the ptrdname property: The PTR target domain name for this PTR record.

Parameters:

ptrdname - the ptrdname value to set.

Returns:

the PtrRecord object itself.

Applies to