GetDnsZoneTransfersAclResult

data class GetDnsZoneTransfersAclResult(val accountId: String, val aclId: String? = null, val id: String, val ipRange: String, val name: String)

A collection of values returned by getDnsZoneTransfersAcl.

Constructors

Link copied to clipboard
constructor(accountId: String, aclId: String? = null, id: String, ipRange: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val aclId: String? = null
Link copied to clipboard
val id: String

The ID of this resource.

Link copied to clipboard

Allowed IPv4/IPv6 address range of primary or secondary nameservers. This will be applied for the entire account. The IP range is used to allow additional NOTIFY IPs for secondary zones and IPs Cloudflare allows AXFR/IXFR requests from for primary zones. CIDRs are limited to a maximum of /24 for IPv4 and /64 for IPv6 respectively.

Link copied to clipboard

The name of the acl.