Interface VmNumaNodeService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmNumaNodeService

    public static interface VmNumaNodeService.RemoveResponse
    extends Response
    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.