Interface Mvpn

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

    @Generated("mdsal-binding-generator")
    public interface Mvpn
    extends org.opendaylight.yangtools.yang.binding.DataObject
    The MCAST-VPN NLRI is carried in BGP [RFC4271] using BGP Multiprotocol Extensions [RFC4760] with an Address Family Identifier (AFI) of 1 or 2 and a Subsequent AFI (SAFI) of MCAST-VPN.

    This class represents the following YANG schema fragment defined in module bgp-mvpn

     grouping mvpn {
       choice mvpn-choice {
         case intra-as-i-pmsi-a-d-case {
           uses intra-as-i-pmsi-a-d-grouping;
         }
         case inter-as-i-pmsi-a-d-case {
           uses inter-as-i-pmsi-a-d-grouping;
         }
         case s-pmsi-a-d-case {
           uses s-pmsi-a-d-grouping;
         }
         case leaf-a-d-case {
           uses leaf-a-d-grouping;
         }
         case source-active-a-d-case {
           uses source-active-a-d-grouping;
         }
         case shared-tree-join-case {
           container shared-tree-join {
             uses c-multicast-grouping;
           }
         }
         case source-tree-join-case {
           container source-tree-join {
             uses c-multicast-grouping;
           }
         }
       }
     }
     
    The schema path to identify an instance is bgp-mvpnmvpn
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends Mvpn> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getMvpnChoice

        MvpnChoice getMvpnChoice()
        Return mvpnChoice, or null if it is not present.
        Returns:
        MvpnChoice mvpnChoice, or null if it is not present.