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 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;
       }
     }
     
    The schema path to identify an instance is openconfig-systemsystem-top
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends SystemTop> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getSystem

        System getSystem()
        Return system, or null if it is not present.
             
                 Enclosing container for system-related configuration and operational state data
             
         
        Returns:
        System system, or null if it is not present.