Class HotpluggableCpuStatus

All Implemented Interfaces:
Future<Void>, Associator, Eligible

A MonitorResult that reports the hot pluggable CPU status.
  • Constructor Details

    • HotpluggableCpuStatus

      public HotpluggableCpuStatus(QmpCommand command, com.fasterxml.jackson.databind.JsonNode response)
      Instantiates a new hotpluggable cpu result.
      Parameters:
      command - the command
      response - the response
  • Method Details

    • usedCpus

      public List<com.fasterxml.jackson.databind.node.ObjectNode> usedCpus()
      Gets the used cpus.
      Returns:
      the usedCpus
    • unusedCpus

      public List<com.fasterxml.jackson.databind.node.ObjectNode> unusedCpus()
      Gets the unused cpus.
      Returns:
      the unusedCpus