Interface L3vpnMcastDestination

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

    public interface L3vpnMcastDestination
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping l3vpn-mcast-destination {
       list l3vpn-mcast-destination {
         uses l3vpn-mcast-route;
         uses bgp-msg:path-id-grouping;
       }
     }
     
    The schema path to identify an instance is bgp-l3vpn-mcast/l3vpn-mcast-destination
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<L3vpnMcastDestination> getL3vpnMcastDestination()
        Returns:
        java.util.List l3vpnMcastDestination, or null if not present
      • nonnullL3vpnMcastDestination

        default @NonNull List<L3vpnMcastDestination> nonnullL3vpnMcastDestination()
        Returns:
        java.util.List l3vpnMcastDestination, or an empty list if it is not present