Interface VmService.AutoPinCpuAndNumaNodesResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmService

    public static interface VmService.AutoPinCpuAndNumaNodesResponse
    extends Response
    Apply an automatic CPU and NUMA configuration on the VM. IMPORTANT: Since version 4.5 of the engine this operation is deprecated, and preserved only for backwards compatibility. It will be removed in the future. Instead please use PUT followed by <>. An example for a request: [source] ---- POST /ovirt-engine/api/vms/123/autopincpuandnumanodes ---- With a request body like this: [source,xml] ---- true ----