GetRecordPlainArgs

data class GetRecordPlainArgs(val content: String? = null, val hostname: String, val priority: Int? = null, val type: String? = null, val zoneId: String) : ConvertibleToJava<GetRecordPlainArgs>

A collection of arguments for invoking getRecord.

Constructors

Link copied to clipboard
constructor(content: String? = null, hostname: String, priority: Int? = null, type: String? = null, zoneId: String)

Properties

Link copied to clipboard
val content: String? = null

Content to filter record results on.

Link copied to clipboard

Hostname to filter DNS record results on.

Link copied to clipboard
val priority: Int? = null

DNS priority to filter record results on.

Link copied to clipboard
val type: String? = null

DNS record type to filter record results on. Defaults to A.

Link copied to clipboard

The zone identifier to target for the resource.

Functions

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