Interface VmNumaNodesService

    • Method Detail

      • add

        VmNumaNodesService.AddRequest add()
        Creates a new virtual NUMA node for the virtual machine. An example of creating a NUMA node: [source] ---- POST /ovirt-engine/api/vms/c7ecd2dc/numanodes Accept: application/xml Content-type: application/xml ---- The request body can contain the following: [source,xml] ---- 0 0 1024 strict ----
      • list

        VmNumaNodesService.ListRequest list()
        Lists virtual NUMA nodes of a virtual machine. The order of the returned list of NUMA nodes isn't guaranteed.
      • service

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