Interface InterfaceTag

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Tap, Tap, TapInterfaceBaseAttributes, VhostUser, VhostUser, VhostUserInterfaceBaseAttributes

    public interface InterfaceTag
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module v3po

     grouping interface-tag {
       leaf tag {
         type string {
           length 1..63;
         }
       }
     }
     
    The schema path to identify an instance is v3po/interface-tag
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends InterfaceTag> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getTag

        java.lang.String getTag()
        ASCII string placeholder for interface metadata. Value is stored in vpp, and returned in read requests. No processing involved.
        Returns:
        java.lang.String tag, or null if not present