Interface L3vpnIpv4Destination

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

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

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

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

      • QNAME

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

      • implementedInterface

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

        @Nullable VpnIpv4Destination getVpnIpv4Destination()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.ipv4.rev180329.l3vpn.ipv4.destination.VpnIpv4Destination vpnIpv4Destination, or null if not present