Interface MvpnDestination

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MvpnDestination>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MvpnDestination>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Mvpn, PathIdGrouping

    public interface MvpnDestination
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MvpnDestination>, org.opendaylight.yangtools.yang.binding.Augmentable<MvpnDestination>, Mvpn, PathIdGrouping

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

     list mvpn-destination {
       uses mvpn:mvpn;
       uses bgp-msg:path-id-grouping;
     }
     
    The schema path to identify an instance is bgp-mvpn-ipv6/mvpn-destination/mvpn-destination

    To create instances of this class use MvpnDestinationBuilder.

    See Also:
    MvpnDestinationBuilder
    • 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 Class<MvpnDestination> 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 Mvpn
        Specified by:
        implementedInterface in interface PathIdGrouping