5.230.4. update PUT
仮想マシンプールを更新します。
PUT /ovirt-engine/api/vmpools/123
name、description、size、prestarted_vms、および max_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>