Interface AllAfiSafiCommon
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- 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.yang.binding.DataObject
Grouping for configuration common to all AFI,SAFIThis 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; } } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrefixLimitgetPrefixLimit()Return prefixLimit, ornullif it is not present.Class<? extends AllAfiSafiCommon>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends AllAfiSafiCommon> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
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.
-
-