public interface DNSService
| Modifier and Type | Method and Description |
|---|---|
void |
addDNSRecord(org.nhindirect.config.model.DNSRecord record) |
void |
deleteDNSRecordsByIds(Collection<Long> ids) |
Collection<org.nhindirect.config.model.DNSRecord> |
getDNSRecord(int type,
String name) |
void |
updatedDNSRecord(org.nhindirect.config.model.DNSRecord dnsRecord) |
Collection<org.nhindirect.config.model.DNSRecord> getDNSRecord(int type, String name) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid addDNSRecord(org.nhindirect.config.model.DNSRecord record)
throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid updatedDNSRecord(org.nhindirect.config.model.DNSRecord dnsRecord)
throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid deleteDNSRecordsByIds(Collection<Long> ids) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCopyright © 2021. All rights reserved.