Class ApplianceLicenseLimit

java.lang.Object
com.morpheusdata.model.license.ApplianceLicenseLimit

public class ApplianceLicenseLimit extends Object
Represents the limit check result for a single license metric (e.g. maxManagedServers, maxSockets).
  • Field Details

    • code

      public String code
      Metric code, e.g. "maxManagedServers", "maxSockets", "maxMemory"
    • max

      public Long max
      Maximum allowed value. Null means unlimited.
    • used

      public Long used
    • percentUsed

      public Double percentUsed
    • warning

      public Boolean warning
      True when usage is ≥ 85% of max
    • limitReached

      public Boolean limitReached
      True when usage is ≥ 100% of max
    • unit

      public String unit
      Optional unit, e.g. "bytes" for memory/storage limits
  • Constructor Details

    • ApplianceLicenseLimit

      public ApplianceLicenseLimit()