Interface Interconnection

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<L2ConfigAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    BridgeBased, XconnectBased

    public interface Interconnection
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<L2ConfigAttributes>

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

     choice interconnection {
       case xconnect-based {
         leaf xconnect-outgoing-interface {
           must "../../if:name != current()";
           type if:interface-ref;
         }
       }
       case bridge-based {
         uses bridge-based-attributes;
       }
     }
     
    The schema path to identify an instance is v3po/l2-config-attributes/interconnection
    • Field Summary

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

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

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