Interface L3vpnIpv4Destination
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
DestinationVpnIpv4Case
,DestinationVpnIpv4Case
@Generated("mdsal-binding-generator")
public interface L3vpnIpv4Destination
extends org.opendaylight.yangtools.binding.Grouping
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; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn vpnIpv4Destination, ornull
if it is not present.@NonNull VpnIpv4Destination
Return vpnIpv4Destination, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getVpnIpv4Destination
VpnIpv4Destination getVpnIpv4Destination()Return vpnIpv4Destination, ornull
if it is not present.- Returns:
VpnIpv4Destination
vpnIpv4Destination, ornull
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.
-