Steven Stone created LIBCLOUD-681:
-------------------------------------
Summary: Google DNS: Allow for multiple additions and/or deletions
of Resource Record Sets in one call
Key: LIBCLOUD-681
URL: https://issues.apache.org/jira/browse/LIBCLOUD-681
Project: Libcloud
Issue Type: New Feature
Components: DNS
Reporter: Steven Stone
Currently the {{libcloud.dns.drivers.google}} module only supports creating or
deleting one DNS record at a time. It is very time consuming with the current
{{create_record}} and {{delete_record}} methods to migrate a substantial amount
of DNS records.
The [Google Cloud DNS
API|https://cloud.google.com/dns/api/v1beta1/changes#resource] supports sending
multiple additions and/or deletions to resource record sets in one call, so
there should be a corresponding method that supports this functionality.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)