
org.cloudsimplus.slametrics.package-info Maven / Gradle / Ivy
/**
* Provides classes to load SLA contracts from JSON files,
* according to the format defined by the
* AWS Cloudwatch.
*
* A JSON file can be read using a method such as the
* {@link org.cloudsimplus.slametrics.SlaContract#getInstance(java.lang.String)}.
*
* @author raysaoliveira
* @since CloudSim Plus 1.2.2
* @see org.cloudsimplus.slametrics.SlaContract
*/
package org.cloudsimplus.slametrics;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy