interface DNSConfiguration
(source)
enrLink |
abstract fun enrLink(): String |
getName |
abstract fun getName(): String |
peerRepository |
abstract fun peerRepository(): String |
pollingPeriod |
abstract fun pollingPeriod(): Long |
DNSConfigurationImpl |
data class DNSConfigurationImpl : DNSConfiguration |