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:
SlaContract
  • Class Summary
    Class Description
    SlaContract
    Represents a SLA Contract containing a list of metrics.
    SlaMetric
    Represents a metric of a SLA contract.
    SlaMetricDimension
    Represents a value for a specific metric of a SLA contract, following the format defined by the AWS CloudWatch.