Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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 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.