类 DccModel.ResourceUsage

  • 封闭类:
    DccModel

    public static class DccModel.ResourceUsage
    extends Object
    Resource usage information of dcc host.
    • 构造器详细资料

      • ResourceUsage

        public ResourceUsage()
    • 方法详细资料

      • getCpuCount

        public int getCpuCount()
      • setCpuCount

        public void setCpuCount​(int cpuCount)
      • getFreeCpuCount

        public int getFreeCpuCount()
      • setFreeCpuCount

        public void setFreeCpuCount​(int freeCpuCount)
      • getMemoryCapacityInGB

        public int getMemoryCapacityInGB()
      • setMemoryCapacityInGB

        public void setMemoryCapacityInGB​(int memoryCapacityInGB)
      • getFreeMemoryCapacityInGB

        public int getFreeMemoryCapacityInGB()
      • setFreeMemoryCapacityInGB

        public void setFreeMemoryCapacityInGB​(int freeMemoryCapacityInGB)