ACLs
ACL Details
client.DNS.ZoneTransfers.ACLs.Get(ctx, aclID, query) (*ACL, error)
GET/accounts/{account_id}/secondary_dns/acls/{acl_id}
Create ACL
client.DNS.ZoneTransfers.ACLs.New(ctx, params) (*ACL, error)
POST/accounts/{account_id}/secondary_dns/acls
Update ACL
client.DNS.ZoneTransfers.ACLs.Update(ctx, aclID, params) (*ACL, error)
PUT/accounts/{account_id}/secondary_dns/acls/{acl_id}
Delete ACL
client.DNS.ZoneTransfers.ACLs.Delete(ctx, aclID, body) (*ZoneTransferACLDeleteResponse, error)
DELETE/accounts/{account_id}/secondary_dns/acls/{acl_id}