Interface FlowspecDestinationIpv6
- 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:
DestinationFlowspecIpv6Case,DestinationFlowspecIpv6Case
@Generated("mdsal-binding-generator")
public interface FlowspecDestinationIpv6
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping flowspec-destination-ipv6 {
container destination-flowspec-ipv6 {
uses flowspec-destination-group-ipv6;
uses bgp-msg:path-id-grouping;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn destinationFlowspecIpv6, ornullif it is not present.@NonNull DestinationFlowspecIpv6Return destinationFlowspecIpv6, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getDestinationFlowspecIpv6
DestinationFlowspecIpv6 getDestinationFlowspecIpv6()Return destinationFlowspecIpv6, ornullif it is not present.- Returns:
DestinationFlowspecIpv6destinationFlowspecIpv6, ornullif it is not present.
-
nonnullDestinationFlowspecIpv6
@NonNull DestinationFlowspecIpv6 nonnullDestinationFlowspecIpv6()Return destinationFlowspecIpv6, or an empty instance if it is not present.- Returns:
DestinationFlowspecIpv6destinationFlowspecIpv6, or an empty instance if it is not present.
-