18.3.2. 仮想マシンプールの更新
名前、説明、サイズ、prestarted_vms、および max_user_vms は、仮想マシンの作成後に更新できます。
例18.3 仮想マシンプールの更新
PUT /ovirt-engine/api/vmpools/2d2d5e26-1b6e-11e1-8cda-001320f76e8e HTTP/1.1
Accept: application/xml
Content-type: application/xml
<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>