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

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return system, or null if it is not present.
    Class<? extends SystemTop>
     
    @NonNull System
    Return system, or an empty instance if it is not present.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends SystemTop> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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.
    • nonnullSystem

      @NonNull System nonnullSystem()
      Return system, or an empty instance if it is not present.
      Returns:
      System system, or an empty instance if it is not present.