6.234. VmNumaNodes
이름 | 요약 |
---|---|
| 가상 머신에 대한 새 가상 NUMA 노드를 생성합니다. |
| 가상 머신의 가상 NUMA 노드를 나열합니다. |
6.234.1. POST추가
가상 머신에 대한 새 가상 NUMA 노드를 생성합니다.
NUMA 노드를 생성하는 예:
POST /ovirt-engine/api/vms/c7ecd2dc/numanodes Accept: application/xml Content-type: application/xml
요청 본문에는 다음이 포함될 수 있습니다.
<vm_numa_node> <cpu> <cores> <core> <index>0</index> </core> </cores> </cpu> <index>0</index> <memory>1024</memory> </vm_numa_node>
이름 | 유형 | direction | 요약 |
---|---|---|---|
| in/Out |