Interface L3vpnIpv6Destination
- 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:
DestinationVpnIpv6Case
,DestinationVpnIpv6Case
@Generated("mdsal-binding-generator")
public interface L3vpnIpv6Destination
extends org.opendaylight.yangtools.binding.Grouping
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; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn vpnIpv6Destination, ornull
if it is not present.@NonNull VpnIpv6Destination
Return vpnIpv6Destination, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getVpnIpv6Destination
VpnIpv6Destination getVpnIpv6Destination()Return vpnIpv6Destination, ornull
if it is not present.- Returns:
VpnIpv6Destination
vpnIpv6Destination, ornull
if it is not present.
-
nonnullVpnIpv6Destination
@NonNull VpnIpv6Destination nonnullVpnIpv6Destination()Return vpnIpv6Destination, or an empty instance if it is not present.- Returns:
VpnIpv6Destination
vpnIpv6Destination, or an empty instance if it is not present.
-