Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.DecimalBandwidth
Packages that use DecimalBandwidth
Package
Description
-
Uses of DecimalBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 that return DecimalBandwidthModifier and TypeMethodDescriptionEdgeAttributes.getAvailableBandwidth()Return availableBandwidth, ornullif it is not present.static DecimalBandwidthDecimalBandwidth.getDefaultInstance(String defaultValue) EdgeAttributes.getMaxLinkBandwidth()Return maxLinkBandwidth, ornullif it is not present.EdgeAttributes.getMaxResvLinkBandwidth()Return maxResvLinkBandwidth, ornullif it is not present.EdgeAttributes.getResidualBandwidth()Return residualBandwidth, ornullif it is not present.EdgeAttributes.getUtilizedBandwidth()Return utilizedBandwidth, ornullif it is not present.default @NonNull DecimalBandwidthEdgeAttributes.requireAvailableBandwidth()Return availableBandwidth, guaranteed to be non-null.default @NonNull DecimalBandwidthEdgeAttributes.requireMaxLinkBandwidth()Return maxLinkBandwidth, guaranteed to be non-null.default @NonNull DecimalBandwidthEdgeAttributes.requireMaxResvLinkBandwidth()Return maxResvLinkBandwidth, guaranteed to be non-null.default @NonNull DecimalBandwidthEdgeAttributes.requireResidualBandwidth()Return residualBandwidth, guaranteed to be non-null.default @NonNull DecimalBandwidthEdgeAttributes.requireUtilizedBandwidth()Return utilizedBandwidth, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 with parameters of type DecimalBandwidthModifierConstructorDescriptionDecimalBandwidth(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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge that return DecimalBandwidthModifier 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().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge with parameters of type DecimalBandwidthModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes that return DecimalBandwidthModifier and TypeMethodDescriptionUnreservedBandwidth.getBandwidth()Return bandwidth, ornullif it is not present.UnreservedBandwidthBuilder.getBandwidth()Return current value associated with the property corresponding toUnreservedBandwidth.getBandwidth().default @NonNull DecimalBandwidthUnreservedBandwidth.requireBandwidth()Return bandwidth, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes with parameters of type DecimalBandwidthModifier and TypeMethodDescriptionUnreservedBandwidthBuilder.setBandwidth(DecimalBandwidth value) Set the property corresponding toUnreservedBandwidth.getBandwidth()to the specified value.