Class VmCpuCountUpdateRequest

java.lang.Object
com.iland.core.web.rest.request.vm.VmCpuCountUpdateRequest
All Implemented Interfaces:
Serializable

public class VmCpuCountUpdateRequest extends Object implements Serializable
Vm CPU Count Update Request.
Author:
Brett Snyder
See Also:
  • Constructor Details

    • VmCpuCountUpdateRequest

      public VmCpuCountUpdateRequest(int numberOfCpus, Integer coresPerSocket)
  • Method Details

    • getNumberOfCpus

      public int getNumberOfCpus()
      Get the number of cpus to update the VM with.
      Returns:
      number of cpus
    • getCoresPerSocket

      public int getCoresPerSocket()
      Get the number of cores per socket.
      Returns:
      cores per socket