org.nhind.config.rest
Interface DNSService
- All Known Implementing Classes:
- DefaultDNSService
public interface DNSService
|
Method Summary |
void |
addDNSRecord(org.nhindirect.config.model.DNSRecord record)
|
void |
deleteDNSRecordsByIds(java.util.Collection<java.lang.Long> ids)
|
java.util.Collection<org.nhindirect.config.model.DNSRecord> |
getDNSRecord(int type,
java.lang.String name)
|
void |
updatedDNSRecord(org.nhindirect.config.model.DNSRecord dnsRecord)
|
getDNSRecord
java.util.Collection<org.nhindirect.config.model.DNSRecord> getDNSRecord(int type,
java.lang.String name)
throws org.nhindirect.common.rest.exceptions.ServiceException
- Throws:
org.nhindirect.common.rest.exceptions.ServiceException
addDNSRecord
void addDNSRecord(org.nhindirect.config.model.DNSRecord record)
throws org.nhindirect.common.rest.exceptions.ServiceException
- Throws:
org.nhindirect.common.rest.exceptions.ServiceException
updatedDNSRecord
void updatedDNSRecord(org.nhindirect.config.model.DNSRecord dnsRecord)
throws org.nhindirect.common.rest.exceptions.ServiceException
- Throws:
org.nhindirect.common.rest.exceptions.ServiceException
deleteDNSRecordsByIds
void deleteDNSRecordsByIds(java.util.Collection<java.lang.Long> ids)
throws org.nhindirect.common.rest.exceptions.ServiceException
- Throws:
org.nhindirect.common.rest.exceptions.ServiceException
Copyright © 2014. All Rights Reserved.