Interface Cpu

  • All Superinterfaces:
    BaseIdentity, HardwareClass

    @Generated("mdsal-binding-generator")
    public interface Cpu
    extends HardwareClass
    This identity is applicable if the hardware class is some sort of central processing unit.

    This class represents the following YANG schema fragment defined in module iana-hardware

     identity cpu {
       base hardware-class;
     }
     
    The schema path to identify an instance is iana-hardware/cpu
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull QName QNAME