Package io.milton.dns.resource
Interface DomainResource
- All Known Subinterfaces:
DelegatedDomainResource,ZoneDomainResource
public interface DomainResource
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Return the name of this domain.Return all the resource records associated with this domain
-
Method Details
-
getName
String getName()Return the name of this domain. Names with and without the terminating "." are permitted- Returns:
-
getRecords
List<DomainResourceRecord> getRecords()Return all the resource records associated with this domain- Returns:
-