Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top.DnsBuilder
-
Packages that use DnsBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top -
-
Uses of DnsBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.dns.top that return DnsBuilder Modifier and Type Method Description DnsBuilderDnsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Dns> augmentation)Add an augmentation to this builder's product.DnsBuilderDnsBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Dns>> augmentationType)Remove an augmentation from this builder's product.DnsBuilderDnsBuilder. setConfig(Config value)Set the property corresponding toDns.getConfig()to the specified value.DnsBuilderDnsBuilder. setHostEntries(HostEntries value)Set the property corresponding toSystemDnsStaticTop.getHostEntries()to the specified value.DnsBuilderDnsBuilder. setServers(Servers value)Set the property corresponding toSystemDnsServersTop.getServers()to the specified value.DnsBuilderDnsBuilder. setState(State value)Set the property corresponding toDns.getState()to the specified value.
-