GetDnsZoneTransfersPeersResult

data class GetDnsZoneTransfersPeersResult(val id: String, val ip: String, val ixfrEnable: Boolean, val name: String, val port: Double, val tsigId: String)

Constructors

Link copied to clipboard
constructor(id: String, ip: String, ixfrEnable: Boolean, name: String, port: Double, tsigId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val ip: String

IPv4/IPv6 address of primary or secondary nameserver, depending on what zone this peer is linked to. For primary zones this IP defines the IP of the secondary nameserver Cloudflare will NOTIFY upon zone changes. For secondary zones this IP defines the IP of the primary nameserver Cloudflare will send AXFR/IXFR requests to.

Link copied to clipboard

Enable IXFR transfer protocol, default is AXFR. Only applicable to secondary zones.

Link copied to clipboard

The name of the peer.

Link copied to clipboard

DNS port of primary or secondary nameserver, depending on what zone this peer is linked to.

Link copied to clipboard

TSIG authentication will be used for zone transfer if configured.