Interface SystemTop
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>,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 containers
This 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;
}
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn system, ornullif it is not present.@NonNull SystemReturn system, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.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.
-
nonnullSystem
@NonNull System nonnullSystem()Return system, or an empty instance if it is not present.- Returns:
Systemsystem, or an empty instance if it is not present.
-