Interface VmNumaNodesService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmNumaNodesService

    public static interface VmNumaNodesService.AddResponse
    extends Response
    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 ----