Package com.morpheusdata.model.license
Class ApplianceLicenseLimit
java.lang.Object
com.morpheusdata.model.license.ApplianceLicenseLimit
Represents the limit check result for a single license metric (e.g. maxManagedServers, maxSockets).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
code
Metric code, e.g. "maxManagedServers", "maxSockets", "maxMemory" -
max
Maximum allowed value. Null means unlimited. -
used
-
percentUsed
-
warning
True when usage is ⥠85% of max -
limitReached
True when usage is ⥠100% of max -
unit
Optional unit, e.g. "bytes" for memory/storage limits
-
-
Constructor Details
-
ApplianceLicenseLimit
public ApplianceLicenseLimit()
-