Interface SystemDnsServersTop
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Dns
@Generated("mdsal-binding-generator") public interface SystemDnsServersTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping for the list of DNS resolvers.This class represents the following YANG schema fragment defined in module openconfig-system
grouping system-dns-servers-top { container servers { list server { key address; ordered-by user; leaf address { type leafref { path ../config/address; } } container config { uses system-dns-servers-config; } container state { config false; uses system-dns-servers-config; uses system-dns-servers-state; } } } }The schema path to identify an instance is openconfig-systemsystem-dns-servers-top
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServersgetServers()Return servers, ornullif it is not present.Class<? extends SystemDnsServersTop>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends SystemDnsServersTop> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getServers
Servers getServers()
Return servers, ornullif it is not present.Enclosing container for DNS resolver list- Returns:
Serversservers, ornullif it is not present.
-
-