GetRecordSetResult

data class GetRecordSetResult(val id: String, val managedZone: String, val name: String, val project: String? = null, val rrdatas: List<String>, val ttl: Int, val type: String)

A collection of values returned by getRecordSet.

Constructors

Link copied to clipboard
constructor(id: String, managedZone: String, name: String, project: String? = null, rrdatas: List<String>, ttl: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard

The string data for the records in this record set.

Link copied to clipboard
val ttl: Int

The time-to-live of this record set (seconds).

Link copied to clipboard