GetRecordPlainArgs

data class GetRecordPlainArgs(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
fun GetRecordPlainArgs(hostname: String, priority: Int? = null, type: String? = null, zoneId: String)

Functions

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

Properties

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.