PtrRecordArgs

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

A PTR record.

Constructors

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

Functions

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

Properties

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

The PTR target domain name for this PTR record.