Given an array of CloudFlare Zones and a business object representing a DNS Entry. Determines which zone if any the entry belongs to.
It does this by comparing the domain name suffix in the name of the entry to the zones.
Will warn if no match is found.
List of zones to determine if the entry belong to
The entry to find the zone for
An object determining if the operation was successful. If it was, it also includes the result.
Maps the CloudFlare DNS Records to the common DnsBaseCloudflareEntry type
ID of the CloudFlare Zone these records were loaded from
DNS entries from CloudFlare
Entries transformed into DnsBaseCloudflareEntry entries
Behaviors associated with CloudFlare. For example, creating, updating and deleting DNS records.