GetRecordResult

data class GetRecordResult(val hostname: String, val id: String, val locked: Boolean, val priority: Int? = null, val proxiable: Boolean, val proxied: Boolean, val ttl: Int, val type: String? = null, val value: String, val zoneId: String, val zoneName: String)

A collection of values returned by getRecord.

Constructors

Link copied to clipboard
constructor(hostname: String, id: String, locked: Boolean, priority: Int? = null, proxiable: Boolean, proxied: Boolean, ttl: Int, type: String? = null, value: String, zoneId: String, zoneName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hostname to filter DNS record results on.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Locked status of the found DNS record.

Link copied to clipboard
val priority: Int? = null

DNS priority to filter record results on.

Link copied to clipboard

Proxiable status of the found DNS record.

Link copied to clipboard

Proxied status of the found DNS record.

Link copied to clipboard
val ttl: Int

TTL of the found DNS record.

Link copied to clipboard
val type: String? = null

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

Link copied to clipboard

Value of the found DNS record.

Link copied to clipboard

The zone identifier to target for the resource.

Link copied to clipboard

Zone name of the found DNS record.