Package org.cloudsimplus.slametrics


package org.cloudsimplus.slametrics
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 SlaContract.getInstance(java.lang.String).

Since:
CloudSim Plus 1.2.2
Author:
raysaoliveira
See Also:
  • Classes
    Class
    Description
    Represents an SLA Contract containing a list of metrics.
    Represents a metric of an SLA contract.
    Represents a value for a specific metric of an SLA contract, following the format defined by the AWS CloudWatch.