Interface SystemTop
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
OpenconfigSystemData
@Generated("mdsal-binding-generator") public interface SystemTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top level system data containersThis class represents the following YANG schema fragment defined in module openconfig-system
grouping system-top { container system { container config { uses system-global-config; } container state { config false; uses system-global-config; uses system-global-state; } uses system-clock-top; uses system-dns-top; uses system-ntp-top; uses oc-sys-term:system-ssh-server-top; uses oc-sys-term:system-telnet-server-top; uses oc-log:logging-top; uses oc-aaa:aaa-top; uses system-memory-top; uses system-cpu-top; uses oc-proc:procmon-processes-top; uses oc-alarms:alarms-top; uses oc-messages:messages-top; uses oc-license:license-top; } }The schema path to identify an instance is openconfig-systemsystem-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 SystemgetSystem()Return system, ornullif it is not present.Class<? extends SystemTop>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends SystemTop> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getSystem
System getSystem()
Return system, ornullif it is not present.Enclosing container for system-related configuration and operational state data- Returns:
Systemsystem, ornullif it is not present.
-
-