Class VmCpuCountUpdateRequest
java.lang.Object
com.iland.core.web.rest.request.vm.VmCpuCountUpdateRequest
- All Implemented Interfaces:
Serializable
Vm CPU Count Update Request.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the number of cores per socket.intGet the number of cpus to update the VM with.
-
Constructor Details
-
VmCpuCountUpdateRequest
-
-
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
-