GetDnsZoneTransfersIncomingResult

data class GetDnsZoneTransfersIncomingResult(val autoRefreshSeconds: Double, val checkedTime: String, val createdTime: String, val id: String, val modifiedTime: String, val name: String, val peers: List<String>, val soaSerial: Double, val zoneId: String)

A collection of values returned by getDnsZoneTransfersIncoming.

Constructors

Link copied to clipboard
constructor(autoRefreshSeconds: Double, checkedTime: String, createdTime: String, id: String, modifiedTime: String, name: String, peers: List<String>, soaSerial: Double, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How often should a secondary zone auto refresh regardless of DNS NOTIFY. Not applicable for primary zones.

Link copied to clipboard

The time for a specific event.

Link copied to clipboard

The time for a specific event.

Link copied to clipboard
val id: String

The ID of this resource.

Link copied to clipboard

The time for a specific event.

Link copied to clipboard

Zone name.

Link copied to clipboard

A list of peer tags.

Link copied to clipboard

The serial number of the SOA for the given zone.

Link copied to clipboard