GetDnsZoneTransfersPeerResult

data class GetDnsZoneTransfersPeerResult(val accountId: String, val id: String, val ip: String, val ixfrEnable: Boolean, val name: String, val peerId: String? = null, val port: Double, val tsigId: String)

A collection of values returned by getDnsZoneTransfersPeer.

Constructors

Link copied to clipboard
constructor(accountId: String, id: String, ip: String, ixfrEnable: Boolean, name: String, peerId: String? = null, port: Double, tsigId: String)

Types

Link copied to clipboard
object Companion

Properties

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

The ID of this resource.

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
val peerId: String? = null
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.