GetSoaRecordResult

data class GetSoaRecordResult(val email: String, val expireTime: Int, val fqdn: String, val hostName: String, val id: String, val minimumTtl: Int, val name: String? = null, val refreshTime: Int, val resourceGroupName: String, val retryTime: Int, val serialNumber: Int, val tags: Map<String, String>, val ttl: Int, val zoneName: String)

A collection of values returned by getSoaRecord.

Constructors

Link copied to clipboard
constructor(email: String, expireTime: Int, fqdn: String, hostName: String, id: String, minimumTtl: Int, name: String? = null, refreshTime: Int, resourceGroupName: String, retryTime: Int, serialNumber: Int, tags: Map<String, String>, ttl: Int, zoneName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email contact for the SOA record.

Link copied to clipboard

The expire time for the SOA record.

Link copied to clipboard

The FQDN of the DNS SOA Record.

Link copied to clipboard

The domain name of the authoritative name server for the SOA record.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The minimum Time To Live for the SOA record. By convention, it is used to determine the negative caching duration.

Link copied to clipboard
val name: String? = null

The name of the DNS SOA Record.

Link copied to clipboard

The refresh time for the SOA record.

Link copied to clipboard
Link copied to clipboard

The retry time for the SOA record.

Link copied to clipboard

The serial number for the SOA record.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard
val ttl: Int

The Time To Live (TTL) of the DNS record in seconds.

Link copied to clipboard