Package org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.bgp.router.vpnv6.unicast
Interface Bgp
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<Bgp>,BgpAfConfig,BgpAfVpnConfig,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<Unicast>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,SlowPeerConfig,UpdateGroupManagement
public interface Bgp extends org.opendaylight.yangtools.yang.binding.ChildOf<Unicast>, org.opendaylight.yangtools.yang.binding.Augmentable<Bgp>, BgpAfVpnConfig
BGP specific commands for vpnv6-unicast address family/sub-addess family combination.This class represents the following YANG schema fragment defined in module bgp
container bgp { uses bgp-af-vpn-config; }The schema path to identify an instance is bgp/bgp-router/vpnv6/unicast/bgpTo create instances of this class use
BgpBuilder.- See Also:
BgpBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.BgpAfConfig
BgpAfConfig.AdditionalPaths
-
Nested classes/interfaces inherited from interface org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.SlowPeerConfig
SlowPeerConfig.SplitUpdateGroup
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.Class<Bgp>implementedInterface()-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.BgpAfConfig
getAdditionalPaths, getAggregateTimer, getBestpath, getScanTime, isAdvertiseBestExternal, isDampening, isPropagateDmzlinkBw, isRedistributeInternal, isSoftReconfigBackup
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.SlowPeerConfig
getDetection, getSplitUpdateGroup
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.bgp.rev130715.UpdateGroupManagement
isSplitAsOverride
-
-
-
-
Method Detail
-
implementedInterface
default java.lang.Class<Bgp> implementedInterface()
- Specified by:
implementedInterfacein interfaceBgpAfConfig- Specified by:
implementedInterfacein interfaceBgpAfVpnConfig- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceSlowPeerConfig- Specified by:
implementedInterfacein interfaceUpdateGroupManagement
-
-