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()DecimalBandwidthEdgeAttributesBuilder. getMaxLinkBandwidth()DecimalBandwidthEdgeAttributesBuilder. getMaxResvLinkBandwidth()DecimalBandwidthEdgeAttributesBuilder. getResidualBandwidth()DecimalBandwidthEdgeAttributesBuilder. getUtilizedBandwidth()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge with parameters of type DecimalBandwidth Modifier and Type Method Description EdgeAttributesBuilderEdgeAttributesBuilder. setAvailableBandwidth(DecimalBandwidth value)EdgeAttributesBuilderEdgeAttributesBuilder. setMaxLinkBandwidth(DecimalBandwidth value)EdgeAttributesBuilderEdgeAttributesBuilder. setMaxResvLinkBandwidth(DecimalBandwidth value)EdgeAttributesBuilderEdgeAttributesBuilder. setResidualBandwidth(DecimalBandwidth value)EdgeAttributesBuilderEdgeAttributesBuilder. setUtilizedBandwidth(DecimalBandwidth value) -
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()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)
-