Interface L2

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<L2>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<VppInterfaceAugmentation>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, L2ConfigAttributes

    public interface L2
    extends org.opendaylight.yangtools.yang.binding.ChildOf<VppInterfaceAugmentation>, org.opendaylight.yangtools.yang.binding.Augmentable<L2>, L2ConfigAttributes

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

     container l2 {
       must "bridged-virtual-interface = 'true' or (not (../if:ipv4[if:enabled = 'true']/if:address/if:ip) and not (../if:ipv6[if:enabled = 'true']/if:address/if:ip))";
       uses l2-config-attributes;
     }
     
    The schema path to identify an instance is v3po/interfaces/interface/(urn:opendaylight:params:xml:ns:yang:v3po?revision=2017-06-07)l2

    To create instances of this class use L2Builder.

    See Also:
    L2Builder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<L2> 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 L2ConfigAttributes