18.3.2. 更新虚拟机池
在创建虚拟机后,可以更新
名称
、描述
、size
、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>