Interface TapInterfaceBaseAttributes

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

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

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

     grouping tap-interface-base-attributes {
       leaf tap-name {
         type string {
           pattern "[a-zA-Z0-9\-;.+@$#^&*!_()=\[\]]*";
         }
       }
       uses interface-tag;
     }
     
    The schema path to identify an instance is v3po/tap-interface-base-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        java.lang.String getTapName()
        Returns:
        java.lang.String tapName, or null if not present