Interface VmNumaNodeService

    • Method Detail

      • remove

        VmNumaNodeService.RemoveRequest remove()
        Removes a virtual NUMA node. An example of removing a virtual NUMA node: [source] ---- DELETE /ovirt-engine/api/vms/123/numanodes/456 ---- NOTE: It's required to remove the numa nodes from the highest index first.
      • update

        VmNumaNodeService.UpdateRequest update()
        Updates a virtual NUMA node. An example of pinning a virtual NUMA node to a physical NUMA node on the host: [source] ---- PUT /ovirt-engine/api/vms/123/numanodes/456 ---- The request body should contain the following: [source,xml] ---- 0 ----
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.