Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object.Bandwidth
Packages that use Bandwidth
Package
Description
-
Uses of Bandwidth in org.opendaylight.bgpcep.pcep.server
Methods in org.opendaylight.bgpcep.pcep.server with parameters of type BandwidthModifier and TypeMethodDescriptionPathComputation.computeEro
(EndpointsObj endpoints, Bandwidth bandwidth, ClassType classType, List<Metrics> metrics, Xro xro, Iro iro, boolean segmentRouting) -
Uses of Bandwidth in org.opendaylight.bgpcep.pcep.server.provider
Methods in org.opendaylight.bgpcep.pcep.server.provider with parameters of type BandwidthModifier and TypeMethodDescriptionPathComputationImpl.computeEro
(EndpointsObj endpoints, Bandwidth bandwidth, ClassType classType, List<Metrics> metrics, Xro xro, Iro iro, boolean segmentRouting) -
Uses of Bandwidth in org.opendaylight.protocol.pcep.parser.object
Methods in org.opendaylight.protocol.pcep.parser.object that return BandwidthModifier and TypeMethodDescriptionPCEPBandwidthObjectParser.parseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.pcinitiate.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.pcinitiate.message that return BandwidthModifier and TypeMethodDescriptionRequestsBuilder.getBandwidth()
Return current value associated with the property corresponding toBandwidthObject.getBandwidth()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.pcinitiate.message with parameters of type BandwidthModifier and TypeMethodDescriptionRequestsBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()
to the specified value. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.reports
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.reports that return BandwidthModifier and TypeMethodDescriptionPathBuilder.getBandwidth()
Return current value associated with the property corresponding toBandwidthObject.getBandwidth()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.pcrpt.message.reports with parameters of type BandwidthModifier and TypeMethodDescriptionPathBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()
to the specified value. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message.pcupd.message.updates
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message.pcupd.message.updates that return BandwidthModifier and TypeMethodDescriptionPathBuilder.getBandwidth()
Return current value associated with the property corresponding toBandwidthObject.getBandwidth()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message.pcupd.message.updates with parameters of type BandwidthModifier and TypeMethodDescriptionPathBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()
to the specified value. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return BandwidthModifier and TypeMethodDescriptionBandwidthObject.getBandwidth()
Return bandwidth, ornull
if it is not present.@NonNull Bandwidth
BandwidthObject.nonnullBandwidth()
Return bandwidth, or an empty instance if it is not present. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object with type parameters of type BandwidthModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Bandwidth>>
E$$BandwidthBuilder.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.pcep.types.rev181109.bandwidth.object that return BandwidthModifier and TypeMethodDescription@NonNull Bandwidth
BandwidthBuilder.build()
A newBandwidth
instance.static @NonNull Bandwidth
BandwidthBuilder.empty()
Get empty instance of Bandwidth.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object that return types with arguments of type BandwidthMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object with parameters of type BandwidthModifier and TypeMethodDescriptionstatic boolean
Bandwidth.bindingEquals
(@NonNull Bandwidth thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
Bandwidth.bindingHashCode
(@NonNull Bandwidth obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Bandwidth.bindingToString
(@NonNull Bandwidth obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object with type arguments of type BandwidthModifier and TypeMethodDescriptionBandwidthBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Bandwidth> augmentation) Add an augmentation to this builder's product.BandwidthBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Bandwidth>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object with parameters of type BandwidthModifierConstructorDescriptionBandwidthBuilder
(Bandwidth base) Construct a builder initialized with state from specifiedBandwidth
. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result that return BandwidthModifier and TypeMethodDescriptionFailureCaseBuilder.getBandwidth()
Return current value associated with the property corresponding toBandwidthObject.getBandwidth()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result with parameters of type BandwidthModifier and TypeMethodDescriptionFailureCaseBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()
to the specified value. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success that return BandwidthModifier and TypeMethodDescriptionPathsBuilder.getBandwidth()
Return current value associated with the property corresponding toBandwidthObject.getBandwidth()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success with parameters of type BandwidthModifier and TypeMethodDescriptionPathsBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()
to the specified value. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation that return BandwidthModifier and TypeMethodDescriptionP2mpBuilder.getBandwidth()
Return current value associated with the property corresponding toBandwidthObject.getBandwidth()
.P2pBuilder.getBandwidth()
Return current value associated with the property corresponding toBandwidthObject.getBandwidth()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation with parameters of type BandwidthModifier and TypeMethodDescriptionP2mpBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()
to the specified value.P2pBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()
to the specified value. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.add.lsp.args
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.add.lsp.args that return BandwidthModifier and TypeMethodDescriptionArgumentsBuilder.getBandwidth()
Return current value associated with the property corresponding toBandwidthObject.getBandwidth()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.add.lsp.args with parameters of type BandwidthModifier and TypeMethodDescriptionArgumentsBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()
to the specified value. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp that return BandwidthModifier and TypeMethodDescriptionPathBuilder.getBandwidth()
Return current value associated with the property corresponding toBandwidthObject.getBandwidth()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp with parameters of type BandwidthModifier and TypeMethodDescriptionPathBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()
to the specified value. -
Uses of Bandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.update.lsp.args
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.update.lsp.args that return BandwidthModifier and TypeMethodDescriptionArgumentsBuilder.getBandwidth()
Return current value associated with the property corresponding toBandwidthObject.getBandwidth()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.update.lsp.args with parameters of type BandwidthModifier and TypeMethodDescriptionArgumentsBuilder.setBandwidth
(Bandwidth value) Set the property corresponding toBandwidthObject.getBandwidth()
to the specified value.