Interface FlowspecL3vpnDestinationIpv6
- 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:
DestinationFlowspecL3vpnIpv6Case
,DestinationFlowspecL3vpnIpv6Case
@Generated("mdsal-binding-generator")
public interface FlowspecL3vpnDestinationIpv6
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping flowspec-l3vpn-destination-ipv6 { container destination-flowspec-l3vpn-ipv6 { uses bgp-t:route-distinguisher-grouping; uses flowspec-destination-group-ipv6; uses bgp-msg:path-id-grouping; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn destinationFlowspecL3vpnIpv6, ornull
if it is not present.@NonNull DestinationFlowspecL3vpnIpv6
Return destinationFlowspecL3vpnIpv6, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getDestinationFlowspecL3vpnIpv6
DestinationFlowspecL3vpnIpv6 getDestinationFlowspecL3vpnIpv6()Return destinationFlowspecL3vpnIpv6, ornull
if it is not present.- Returns:
DestinationFlowspecL3vpnIpv6
destinationFlowspecL3vpnIpv6, ornull
if it is not present.
-
nonnullDestinationFlowspecL3vpnIpv6
@NonNull DestinationFlowspecL3vpnIpv6 nonnullDestinationFlowspecL3vpnIpv6()Return destinationFlowspecL3vpnIpv6, or an empty instance if it is not present.- Returns:
DestinationFlowspecL3vpnIpv6
destinationFlowspecL3vpnIpv6, or an empty instance if it is not present.
-