Interface SimpleTenantUsage

    • Method Detail

      • getTotalMemoryMbUsage

        BigDecimal getTotalMemoryMbUsage()
        Returns:
        the total memory usage in MB
      • getTotalVcpusUsage

        BigDecimal getTotalVcpusUsage()
        Returns:
        the total Virtual CPU Usage
      • getTotalLocalGbUsage

        BigDecimal getTotalLocalGbUsage()
        Returns:
        the total local GB of data used
      • getStart

        Date getStart()
        Returns:
        the start date/time
      • getStop

        Date getStop()
        Returns:
        the stop date/time
      • getTenantId

        String getTenantId()
        Returns:
        the tenant the usage is reporting againt
      • getTotalHours

        String getTotalHours()
        Returns:
        the total hours of usage
      • getServerUsages

        List<? extends SimpleTenantUsage.ServerUsage> getServerUsages()
        Returns:
        the list of usages per tenant server (Null when query was against all tenants)