Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.node.state.SrCapabilitiesBuilder
Packages that use SrCapabilitiesBuilder
Package
Description
-
Uses of SrCapabilitiesBuilder in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr
Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute.sr with parameters of type SrCapabilitiesBuilderModifier and TypeMethodDescriptionstatic void
SrNodeAttributesParser.parseSrCapabilities
(SrCapabilitiesBuilder builder, io.netty.buffer.ByteBuf buffer, ProtocolId protocol) -
Uses of SrCapabilitiesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.node.state
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.node.state that return SrCapabilitiesBuilderModifier and TypeMethodDescriptionSrCapabilitiesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SrCapabilities> augmentation) Add an augmentation to this builder's product.SrCapabilitiesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SrCapabilities>> augmentationType) Remove an augmentation from this builder's product.SrCapabilitiesBuilder.setAlgorithms
(Set<Algorithm> values) Set the property corresponding toSrAlgorithmsTlv.getAlgorithms()
to the specified value.SrCapabilitiesBuilder.setMplsIpv4
(Boolean value) Set the property corresponding toSrCapabilitiesTlv.getMplsIpv4()
to the specified value.SrCapabilitiesBuilder.setMplsIpv6
(Boolean value) Set the property corresponding toSrCapabilitiesTlv.getMplsIpv6()
to the specified value.SrCapabilitiesBuilder.setNodeMsd
(List<NodeMsd> values) Set the property corresponding toSrCapabilities.getNodeMsd()
to the specified value.SrCapabilitiesBuilder.setPreference
(Srms value) Set the property corresponding toSrmsTlv.getPreference()
to the specified value.Set the property corresponding toSrCapabilitiesTlv.getSrgb()
to the specified value.Set the property corresponding toSrLocalBlockTlv.getSrlb()
to the specified value.