Interface ZoneDomainResource

All Superinterfaces:
DomainResource

public interface ZoneDomainResource extends DomainResource
Should return an SOA record and NS records in getRecords()...
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • 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: