Red Hat Training

A Red Hat training course is available for Red Hat Virtualization

6.235.4. 업데이트 PUT

가상 머신 풀을 업데이트합니다.

PUT /ovirt-engine/api/vmpools/123

이름,설명,크기,prestarted_vmsmax_user_vms 속성은 가상 머신 풀을 생성한 후 업데이트할 수 있습니다.

<vmpool>
  <name>VM_Pool_B</name>
  <description>Virtual Machine Pool B</description>
  <size>3</size>
  <prestarted_vms>1</size>
  <max_user_vms>2</size>
</vmpool>

표 6.752. 매개변수 요약

이름유형direction요약

async

부울

in

업데이트를 비동기적으로 수행해야 하는지 여부를 나타냅니다.

pool

VmPool

in/Out

업데이트 중인 가상 머신 풀입니다.