Interface VmPoolService.UpdateRequest

    • Method Detail

      • seal

        VmPoolService.UpdateRequest seal​(Boolean seal)
        Specifies if virtual machines created for the pool should be sealed after creation. If this optional parameter is provided, and its value is `true`, virtual machines created for the pool will be sealed after creation. If the value is 'false', the virtual machines will not be sealed. If the parameter is not provided, the virtual machines will be sealed, only if they are created from a sealed template and their guest OS is not set to Windows. This parameter affects only the virtual machines created when the pool is updated. For example, to update a virtual machine pool and to seal the additional virtual machines that are created, send a request like this: [source] ---- PUT /ovirt-engine/api/vmpools/123?seal=true ---- With the following body: [source,xml] ---- VM_Pool_B Virtual Machine Pool B 7 ----