Package io.milton.dns.resource
Interface ZoneDomainResource
-
- All Superinterfaces:
DomainResource
public interface ZoneDomainResource extends DomainResource
Should return an SOA record and NS records in getRecords()...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<DomainResource>getDomainResources()Return a set of all of the domains contained in this zone, which will be used for transferring out the zone to another nameserver.-
Methods inherited from interface io.milton.dns.resource.DomainResource
getName, getRecords
-
-
-
-
Method Detail
-
getDomainResources
Set<DomainResource> getDomainResources()
Return a set of all of the domains contained in this zone, which will be used for transferring out the zone to another nameserver. Should include a reference to itself in the set. If support for sending zones isn't required, just return null- Returns:
-
-