PtrRecordArgs

data class PtrRecordArgs(val ptrdname: Output<String>? = null) : ConvertibleToJava<PtrRecordArgs>

A PTR record.

Constructors

Link copied to clipboard
constructor(ptrdname: Output<String>? = null)

Properties

Link copied to clipboard
val ptrdname: Output<String>? = null

The PTR target domain name for this PTR record.

Functions

Link copied to clipboard
open override fun toJava(): PtrRecordArgs