Interface VmPoolService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmPoolService

    public static interface VmPoolService.UpdateResponse
    extends Response
    Update the virtual machine pool. [source] ---- PUT /ovirt-engine/api/vmpools/123 ---- The `name`, `description`, `size`, `prestarted_vms` and `max_user_vms` attributes can be updated after the virtual machine pool has been created. [source,xml] ---- VM_Pool_B Virtual Machine Pool B 3 1 2 ----
    • Method Detail

      • pool

        VmPool pool()
        The virtual machine pool that is being updated.