Interface ProcmonProcessesTop

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    System

    @Generated("mdsal-binding-generator")
    public interface ProcmonProcessesTop
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Top level grouping for attributes for processes.

    This class represents the following YANG schema fragment defined in module openconfig-procmon

     grouping procmon-processes-top {
       container processes {
         list process {
           key pid;
           config false;
           leaf pid {
             type leafref {
               path ../state/pid;
             }
           }
           container state {
             config false;
             uses procmon-process-attributes-state;
           }
         }
       }
     }
     
    The schema path to identify an instance is openconfig-procmonprocmon-processes-top
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Processes getProcesses()
        Return processes, or null if it is not present.
             
                 Parameters related to all monitored processes
             
         
        Returns:
        Processes processes, or null if it is not present.