org.cloudsimplus.autoscaling.resources.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudsim-plus Show documentation
Show all versions of cloudsim-plus Show documentation
CloudSim Plus: A modern, highly extensible and easier-to-use Java 8+ Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services
/**
* Provides {@link org.cloudsimplus.autoscaling.resources.ResourceScaling} classes
* that are used by a {@link org.cloudsimplus.autoscaling.VerticalVmScaling}
* to define how the scaling of a {@link org.cloudbus.cloudsim.resources.Resource} it is in charge
* will be performed.
*
* @author Manoel Campos da Silva Filho
* @since CloudSim Plus 1.2.0
*/
package org.cloudsimplus.autoscaling.resources;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy