GetRecordResult

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

A collection of values returned by getRecord.

Constructors

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

Types

Link copied to clipboard
object Companion

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 id: String

The provider-assigned unique ID for this managed resource.

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.