Interface SystemTerminalCommonTop
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator") public interface SystemTerminalCommonTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping for common terminal service dataThis class represents the following YANG schema fragment defined in module openconfig-system-terminal
grouping system-terminal-common-top { container terminal-servers { container config { uses system-terminal-common-config; } container state { config false; uses system-terminal-common-config; uses system-terminal-common-state; } } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TerminalServersgetTerminalServers()Return terminalServers, ornullif it is not present.Class<? extends SystemTerminalCommonTop>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends SystemTerminalCommonTop> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getTerminalServers
TerminalServers getTerminalServers()
Return terminalServers, ornullif it is not present.Top-level container for terminal services- Returns:
TerminalServersterminalServers, ornullif it is not present.
-
-