Interface L3vpnIpv6Destination

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

    @Generated("mdsal-binding-generator")
    public interface L3vpnIpv6Destination
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping l3vpn-ipv6-destination {
       container vpn-ipv6-destination {
         uses bgp-vpn:l3vpn-ip-destination-type;
       }
     }
     
    The schema path to identify an instance is bgp-vpn-ipv6l3vpn-ipv6-destination
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        VpnIpv6Destination getVpnIpv6Destination()
        Return vpnIpv6Destination, or null if it is not present.
        Returns:
        VpnIpv6Destination vpnIpv6Destination, or null if it is not present.