Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message.BgpParameters
Packages that use BgpParameters
Package
Description
-
Uses of BgpParameters in org.opendaylight.protocol.bgp.parser.impl.message.open
Methods in org.opendaylight.protocol.bgp.parser.impl.message.open that return BgpParametersModifier and TypeMethodDescriptionCapabilityParameterParser.parseParameter
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.bgp.parser.impl.message.open with parameters of type BgpParametersModifier and TypeMethodDescriptionvoid
CapabilityParameterParser.serializeExtendedParameter
(BgpParameters parameter, io.netty.buffer.ByteBuf output) void
CapabilityParameterParser.serializeParameter
(BgpParameters parameter, io.netty.buffer.ByteBuf output) -
Uses of BgpParameters in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return BgpParametersMethods in org.opendaylight.protocol.bgp.parser.spi with parameters of type BgpParametersModifier and TypeMethodDescriptionParameterRegistry.findSerializer
(BgpParameters parameter) Find a serializer for specified parameter.void
ParameterSerializer.serializeExtendedParameter
(BgpParameters parameter, io.netty.buffer.ByteBuf output) Serialize parameter using Extended Optional Parameters Length encoding.void
ParameterSerializer.serializeParameter
(BgpParameters parameter, io.netty.buffer.ByteBuf output) Serialize parameter using RFC4271 encoding.Method parameters in org.opendaylight.protocol.bgp.parser.spi with type arguments of type BgpParametersModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
BGPExtensionProviderContext.registerParameterSerializer
(Class<? extends BgpParameters> paramClass, ParameterSerializer serializer) -
Uses of BgpParameters in org.opendaylight.protocol.bgp.parser.spi.pojo
Method parameters in org.opendaylight.protocol.bgp.parser.spi.pojo with type arguments of type BgpParametersModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
SimpleBGPExtensionProviderContext.registerParameterSerializer
(Class<? extends BgpParameters> paramClass, ParameterSerializer serializer) -
Uses of BgpParameters in org.opendaylight.protocol.bgp.rib.impl.config
Methods in org.opendaylight.protocol.bgp.rib.impl.config that return BgpParametersModifier and TypeMethodDescriptionstatic BgpParameters
GracefulRestartUtil.getGracefulBgpParameters
(List<OptionalCapabilities> fixedCapabilities, Set<TablesKey> gracefulTables, Set<TablesKey> preservedTables, int gracefulRestartTimer, boolean localRestarting, Set<BgpPeerUtil.LlGracefulRestartDTO> llGracefulDTOs) Deprecated. -
Uses of BgpParameters in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi that return types with arguments of type BgpParametersModifier and TypeMethodDescriptionBGPSessionPreferences.getParams()
Gets a list of advertised bgp parameters.Method parameters in org.opendaylight.protocol.bgp.rib.impl.spi with type arguments of type BgpParametersModifier and TypeMethodDescriptionvoid
BGPSessionStateListener.advertizeCapabilities
(int holdTimerValue, @NonNull SocketAddress remoteAddress, @NonNull SocketAddress localAddress, @NonNull Set<BgpTableType> tableTypes, @NonNull List<BgpParameters> bgpParameters) Advertize Session capabilities.Constructor parameters in org.opendaylight.protocol.bgp.rib.impl.spi with type arguments of type BgpParametersModifierConstructorDescriptionBGPSessionPreferences
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber as, int hold, BgpId bgpId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber remoteAs, List<BgpParameters> params) BGPSessionPreferences
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber as, int hold, BgpId bgpId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber remoteAs, List<BgpParameters> params, Optional<byte[]> md5Password) Creates a new DTO for Open message. -
Uses of BgpParameters in org.opendaylight.protocol.bgp.rib.impl.state
Method parameters in org.opendaylight.protocol.bgp.rib.impl.state with type arguments of type BgpParametersModifier and TypeMethodDescriptionvoid
BGPSessionStateImpl.advertizeCapabilities
(int newHoldTimerValue, SocketAddress newRemoteAddress, SocketAddress localAddress, Set<BgpTableType> tableTypes, List<BgpParameters> bgpParameters) -
Uses of BgpParameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 that return types with arguments of type BgpParametersModifier and TypeMethodDescriptionOpenBuilder.getBgpParameters()
Return current value associated with the property corresponding toOpenMessage.getBgpParameters()
.@Nullable List
<BgpParameters> OpenMessage.getBgpParameters()
Return bgpParameters, ornull
if it is not present.default @NonNull List
<BgpParameters> OpenMessage.nonnullBgpParameters()
Return bgpParameters, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 with type arguments of type BgpParametersModifier and TypeMethodDescriptionOpenBuilder.setBgpParameters
(List<BgpParameters> values) Set the property corresponding toOpenMessage.getBgpParameters()
to the specified value. -
Uses of BgpParameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message with type parameters of type BgpParametersModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<BgpParameters>>
E$$BgpParametersBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message that return BgpParametersModifier and TypeMethodDescription@NonNull BgpParameters
BgpParametersBuilder.build()
A newBgpParameters
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message that return types with arguments of type BgpParametersModifier and TypeMethodDescriptiondefault Class
<BgpParameters> BgpParameters.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message with parameters of type BgpParametersModifier and TypeMethodDescriptionstatic boolean
BgpParameters.bindingEquals
(@NonNull BgpParameters thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BgpParameters.bindingHashCode
(@NonNull BgpParameters obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BgpParameters.bindingToString
(@NonNull BgpParameters obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message with type arguments of type BgpParametersModifier and TypeMethodDescriptionBgpParametersBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<BgpParameters> augmentation) Add an augmentation to this builder's product.BgpParametersBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<BgpParameters>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.open.message with parameters of type BgpParametersModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBgpParameters
. -
Uses of BgpParameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs that return types with arguments of type BgpParametersModifier and TypeMethodDescriptionPduOpenTlvBuilder.getBgpParameters()
Return current value associated with the property corresponding toOpenMessage.getBgpParameters()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.mirror.pdu.tlvs with type arguments of type BgpParametersModifier and TypeMethodDescriptionPduOpenTlvBuilder.setBgpParameters
(List<BgpParameters> values) Set the property corresponding toOpenMessage.getBgpParameters()
to the specified value. -
Uses of BgpParameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up that return types with arguments of type BgpParametersModifier and TypeMethodDescriptionReceivedOpenBuilder.getBgpParameters()
Return current value associated with the property corresponding toOpenMessage.getBgpParameters()
.SentOpenBuilder.getBgpParameters()
Return current value associated with the property corresponding toOpenMessage.getBgpParameters()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up with type arguments of type BgpParametersModifier and TypeMethodDescriptionReceivedOpenBuilder.setBgpParameters
(List<BgpParameters> values) Set the property corresponding toOpenMessage.getBgpParameters()
to the specified value.SentOpenBuilder.setBgpParameters
(List<BgpParameters> values) Set the property corresponding toOpenMessage.getBgpParameters()
to the specified value.