Interface FlowspecL3vpnDestinationIpv6
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
DestinationFlowspecL3vpnIpv6Case,DestinationFlowspecL3vpnIpv6Case
@Generated("mdsal-binding-generator") public interface FlowspecL3vpnDestinationIpv6 extends org.opendaylight.yangtools.yang.binding.DataObject
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; } }The schema path to identify an instance is bgp-flowspecflowspec-l3vpn-destination-ipv6
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationFlowspecL3vpnIpv6getDestinationFlowspecL3vpnIpv6()Return destinationFlowspecL3vpnIpv6, ornullif it is not present.Class<? extends FlowspecL3vpnDestinationIpv6>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends FlowspecL3vpnDestinationIpv6> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getDestinationFlowspecL3vpnIpv6
DestinationFlowspecL3vpnIpv6 getDestinationFlowspecL3vpnIpv6()
Return destinationFlowspecL3vpnIpv6, ornullif it is not present.- Returns:
DestinationFlowspecL3vpnIpv6destinationFlowspecL3vpnIpv6, ornullif it is not present.
-
-