Interface VmHostDeviceService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmHostDeviceService

    public static interface VmHostDeviceService.RemoveResponse
    extends Response
    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 ----