Package org.ovirt.engine.sdk4.services
Interface VmHostDeviceService.RemoveRequest
-
- All Superinterfaces:
Request<VmHostDeviceService.RemoveRequest,VmHostDeviceService.RemoveResponse>
- Enclosing interface:
- VmHostDeviceService
public static interface VmHostDeviceService.RemoveRequest extends Request<VmHostDeviceService.RemoveRequest,VmHostDeviceService.RemoveResponse>
Remove the attachment of this host device from given virtual machine. NOTE: In case this device serves as an IOMMU placeholder, it cannot be removed (remove will result only in setting its `placeholder` flag to `true`). Note that all IOMMU placeholder devices will be removed automatically as soon as there will be no more non-placeholder devices (all devices from given IOMMU group are detached). [source] ---- DELETE /ovirt-engine/api/vms/123/hostdevices/456 ----
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmHostDeviceService.RemoveRequest
async(Boolean async)
Indicates if the remove should be performed asynchronously.
-
-
-
Method Detail
-
async
VmHostDeviceService.RemoveRequest async(Boolean async)
Indicates if the remove should be performed asynchronously.
-
-