Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.DecimalBandwidth
-
-
Uses of DecimalBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 that return DecimalBandwidth Modifier and Type Method Description DecimalBandwidthEdgeAttributes. getAvailableBandwidth()Return availableBandwidth, ornullif it is not present.static DecimalBandwidthDecimalBandwidth. getDefaultInstance(String defaultValue)DecimalBandwidthEdgeAttributes. getMaxLinkBandwidth()Return maxLinkBandwidth, ornullif it is not present.DecimalBandwidthEdgeAttributes. getMaxResvLinkBandwidth()Return maxResvLinkBandwidth, ornullif it is not present.DecimalBandwidthEdgeAttributes. getResidualBandwidth()Return residualBandwidth, ornullif it is not present.DecimalBandwidthEdgeAttributes. 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.rev191125 with parameters of type DecimalBandwidth Constructor Description DecimalBandwidth(DecimalBandwidth source)Creates a copy from Source Object. -
Uses of DecimalBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge that return DecimalBandwidth Modifier and Type Method Description DecimalBandwidthEdgeAttributesBuilder. getAvailableBandwidth()Return current value associated with the property corresponding toEdgeAttributes.getAvailableBandwidth().DecimalBandwidthEdgeAttributesBuilder. getMaxLinkBandwidth()Return current value associated with the property corresponding toEdgeAttributes.getMaxLinkBandwidth().DecimalBandwidthEdgeAttributesBuilder. getMaxResvLinkBandwidth()Return current value associated with the property corresponding toEdgeAttributes.getMaxResvLinkBandwidth().DecimalBandwidthEdgeAttributesBuilder. getResidualBandwidth()Return current value associated with the property corresponding toEdgeAttributes.getResidualBandwidth().DecimalBandwidthEdgeAttributesBuilder. getUtilizedBandwidth()Return current value associated with the property corresponding toEdgeAttributes.getUtilizedBandwidth(). -
Uses of DecimalBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes that return DecimalBandwidth Modifier and Type Method Description DecimalBandwidthUnreservedBandwidth. getBandwidth()Return bandwidth, ornullif it is not present.DecimalBandwidthUnreservedBandwidthBuilder. 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.rev191125.edge.attributes with parameters of type DecimalBandwidth Modifier and Type Method Description UnreservedBandwidthBuilderUnreservedBandwidthBuilder. setBandwidth(DecimalBandwidth value)Set the property corresponding toUnreservedBandwidth.getBandwidth()to the specified value.
-