Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.DecimalBandwidth
Package
Description
-
Uses of DecimalBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720
Modifier and TypeMethodDescriptionEdgeAttributes.getAvailableBandwidth()
Return availableBandwidth, ornull
if it is not present.static DecimalBandwidth
DecimalBandwidth.getDefaultInstance
(String defaultValue) EdgeAttributes.getMaxLinkBandwidth()
Return maxLinkBandwidth, ornull
if it is not present.EdgeAttributes.getMaxResvLinkBandwidth()
Return maxResvLinkBandwidth, ornull
if it is not present.EdgeAttributes.getResidualBandwidth()
Return residualBandwidth, ornull
if it is not present.EdgeAttributes.getUtilizedBandwidth()
Return utilizedBandwidth, ornull
if it is not present.default @NonNull DecimalBandwidth
EdgeAttributes.requireAvailableBandwidth()
Return availableBandwidth, guaranteed to be non-null.default @NonNull DecimalBandwidth
EdgeAttributes.requireMaxLinkBandwidth()
Return maxLinkBandwidth, guaranteed to be non-null.default @NonNull DecimalBandwidth
EdgeAttributes.requireMaxResvLinkBandwidth()
Return maxResvLinkBandwidth, guaranteed to be non-null.default @NonNull DecimalBandwidth
EdgeAttributes.requireResidualBandwidth()
Return residualBandwidth, guaranteed to be non-null.default @NonNull DecimalBandwidth
EdgeAttributes.requireUtilizedBandwidth()
Return utilizedBandwidth, guaranteed to be non-null.ModifierConstructorDescriptionDecimalBandwidth
(DecimalBandwidth source) Creates a copy from Source Object. -
Uses of DecimalBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge
Modifier and TypeMethodDescriptionEdgeAttributesBuilder.getAvailableBandwidth()
Return current value associated with the property corresponding toEdgeAttributes.getAvailableBandwidth()
.EdgeAttributesBuilder.getMaxLinkBandwidth()
Return current value associated with the property corresponding toEdgeAttributes.getMaxLinkBandwidth()
.EdgeAttributesBuilder.getMaxResvLinkBandwidth()
Return current value associated with the property corresponding toEdgeAttributes.getMaxResvLinkBandwidth()
.EdgeAttributesBuilder.getResidualBandwidth()
Return current value associated with the property corresponding toEdgeAttributes.getResidualBandwidth()
.EdgeAttributesBuilder.getUtilizedBandwidth()
Return current value associated with the property corresponding toEdgeAttributes.getUtilizedBandwidth()
.Modifier and TypeMethodDescriptionEdgeAttributesBuilder.setAvailableBandwidth
(DecimalBandwidth value) Set the property corresponding toEdgeAttributes.getAvailableBandwidth()
to the specified value.EdgeAttributesBuilder.setMaxLinkBandwidth
(DecimalBandwidth value) Set the property corresponding toEdgeAttributes.getMaxLinkBandwidth()
to the specified value.EdgeAttributesBuilder.setMaxResvLinkBandwidth
(DecimalBandwidth value) Set the property corresponding toEdgeAttributes.getMaxResvLinkBandwidth()
to the specified value.EdgeAttributesBuilder.setResidualBandwidth
(DecimalBandwidth value) Set the property corresponding toEdgeAttributes.getResidualBandwidth()
to the specified value.EdgeAttributesBuilder.setUtilizedBandwidth
(DecimalBandwidth value) Set the property corresponding toEdgeAttributes.getUtilizedBandwidth()
to the specified value. -
Uses of DecimalBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes
Modifier and TypeMethodDescriptionUnreservedBandwidth.getBandwidth()
Return bandwidth, ornull
if it is not present.UnreservedBandwidthBuilder.getBandwidth()
Return current value associated with the property corresponding toUnreservedBandwidth.getBandwidth()
.default @NonNull DecimalBandwidth
UnreservedBandwidth.requireBandwidth()
Return bandwidth, guaranteed to be non-null.Modifier and TypeMethodDescriptionUnreservedBandwidthBuilder.setBandwidth
(DecimalBandwidth value) Set the property corresponding toUnreservedBandwidth.getBandwidth()
to the specified value. -
Uses of DecimalBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324
Modifier and TypeMethodDescriptionConstrainedPathBuilder.getBandwidth()
Return current value associated with the property corresponding toPathConstraints.getBandwidth()
.PathConstraints.getBandwidth()
Return bandwidth, ornull
if it is not present.default @NonNull DecimalBandwidth
PathConstraints.requireBandwidth()
Return bandwidth, guaranteed to be non-null.Modifier and TypeMethodDescriptionConstrainedPathBuilder.setBandwidth
(DecimalBandwidth value) Set the property corresponding toPathConstraints.getBandwidth()
to the specified value. -
Uses of DecimalBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.get.constrained.path.input
Modifier and TypeMethodDescriptionConstraintsBuilder.getBandwidth()
Return current value associated with the property corresponding toPathConstraints.getBandwidth()
.Modifier and TypeMethodDescriptionConstraintsBuilder.setBandwidth
(DecimalBandwidth value) Set the property corresponding toPathConstraints.getBandwidth()
to the specified value. -
Uses of DecimalBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.intended.path
Modifier and TypeMethodDescriptionConstraintsBuilder.getBandwidth()
Return current value associated with the property corresponding toPathConstraints.getBandwidth()
.Modifier and TypeMethodDescriptionConstraintsBuilder.setBandwidth
(DecimalBandwidth value) Set the property corresponding toPathConstraints.getBandwidth()
to the specified value.