Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009.BgpCapability
Packages that use BgpCapability
Package
Description
-
Uses of BgpCapability in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state that return types with arguments of type BgpCapabilityModifier and TypeMethodDescriptionstatic @NonNull Set<BgpCapability>
NeighborUtil.buildSupportedCapabilities
(@NonNull BGPSessionState neighbor) Builds List of BgpCapability supported capabilities. -
Uses of BgpCapability in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.operational.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.operational.rev151009 that return types with arguments of type BgpCapabilityModifier and TypeMethodDescription@Nullable Set<BgpCapability>
BgpNeighborState.getSupportedCapabilities()
Return supportedCapabilities, ornull
if it is not present.default @NonNull Set<BgpCapability>
BgpNeighborState.requireSupportedCapabilities()
Return supportedCapabilities, guaranteed to be non-null. -
Uses of BgpCapability in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return types with arguments of type BgpCapabilityModifier and TypeMethodDescriptionState8Builder.getSupportedCapabilities()
Return current value associated with the property corresponding toBgpNeighborState.getSupportedCapabilities()
.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 with type arguments of type BgpCapabilityModifier and TypeMethodDescriptionState8Builder.setSupportedCapabilities
(Set<BgpCapability> values) Set the property corresponding toBgpNeighborState.getSupportedCapabilities()
to the specified value. -
Uses of BgpCapability in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009
Subinterfaces of BgpCapability in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009Modifier and TypeInterfaceDescriptioninterface
BGP add-pathsinterface
4-byte (32-bit) AS number functionalityinterface
Graceful restart functionalityinterface
Multi-protocol extensions to BGPinterface
The BGP route-refresh functionalityFields in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009 declared as BgpCapabilityModifier and TypeFieldDescriptionstatic final @NonNull BgpCapability
BgpCapability.VALUE
Singleton value representing theBgpCapability
identity.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.types.rev151009 that return types with arguments of type BgpCapabilityModifier and TypeMethodDescriptionClass<? extends BgpCapability>
BgpCapability.implementedInterface()
-
Uses of BgpCapability in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol that return types with arguments of type BgpCapabilityModifier and TypeMethodDescriptionNeighborStateAugmentationBuilder.getSupportedCapabilities()
Return current value associated with the property corresponding toBgpNeighborState.getSupportedCapabilities()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol with type arguments of type BgpCapabilityModifier and TypeMethodDescriptionNeighborStateAugmentationBuilder.setSupportedCapabilities
(Set<BgpCapability> values) Set the property corresponding toBgpNeighborState.getSupportedCapabilities()
to the specified value.