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

@Generated("mdsal-binding-generator") 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;
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

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

      VpnIpv4Destination getVpnIpv4Destination()
      Return vpnIpv4Destination, or null if it is not present.
      Returns:
      VpnIpv4Destination vpnIpv4Destination, or null if it is not present.
    • nonnullVpnIpv4Destination

      @NonNull VpnIpv4Destination nonnullVpnIpv4Destination()
      Return vpnIpv4Destination, or an empty instance if it is not present.
      Returns:
      VpnIpv4Destination vpnIpv4Destination, or an empty instance if it is not present.