Interface AllAfiSafiCommon
- 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:
Ipv4Ipv6UnicastCommon,Ipv4LabelledUnicast,Ipv4Unicast,Ipv6LabelledUnicast,Ipv6Unicast,L2vpnCommon,L2vpnEvpn,L2vpnVpls,L3vpnIpv4Ipv6MulticastCommon,L3vpnIpv4Ipv6UnicastCommon,L3vpnIpv4Multicast,L3vpnIpv4Unicast,L3vpnIpv6Multicast,L3vpnIpv6Unicast
@Generated("mdsal-binding-generator")
public interface AllAfiSafiCommon
extends org.opendaylight.yangtools.binding.Grouping
Grouping for configuration common to all AFI,SAFI
This class represents the following YANG schema fragment defined in module openconfig-bgp-multiprotocol
grouping all-afi-safi-common {
container prefix-limit {
container config {
uses all-afi-safi-common-prefix-limit_config;
}
container state {
config false;
uses all-afi-safi-common-prefix-limit_config;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn prefixLimit, ornullif it is not present.@NonNull PrefixLimitReturn prefixLimit, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getPrefixLimit
PrefixLimit getPrefixLimit()Return prefixLimit, ornullif it is not present.Configure the maximum number of prefixes that will be accepted from a peer- Returns:
PrefixLimitprefixLimit, ornullif it is not present.
-
nonnullPrefixLimit
@NonNull PrefixLimit nonnullPrefixLimit()Return prefixLimit, or an empty instance if it is not present.- Returns:
PrefixLimitprefixLimit, or an empty instance if it is not present.
-