Interface L2FibAttributes

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

    @Generated("mdsal-binding-generator")
    public interface L2FibAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping l2-fib-attributes {
       container l2-fib-table {
         list l2-fib-entry {
           key phys-address;
           leaf phys-address {
             type yang:phys-address;
           }
           leaf outgoing-interface {
             when "../action != 'l2-fib-filter'";
             type if:interface-ref;
           }
           leaf static-config {
             type boolean;
             default false;
           }
           leaf action {
             type l2-fib-action;
           }
           leaf bridged-virtual-interface {
             when "../action = 'forward'";
             type boolean;
             config false;
           }
         }
       }
     }
     
    The schema path to identify an instance is v3po/l2-fib-attributes
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        L2FibTable getL2FibTable()
        Return l2FibTable, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev170607.l2.fib.attributes.L2FibTable l2FibTable, or null if it is not present.