All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
MvpnBgpRibRoute, MvpnDestination, MvpnDestination, MvpnRoute

@Generated("mdsal-binding-generator") public interface Mvpn extends org.opendaylight.yangtools.binding.Grouping
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;
       }
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return mvpnChoice, or null if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getMvpnChoice

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