Interface DiskAttachmentService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    DiskAttachmentService

    public static interface DiskAttachmentService.RemoveResponse
    extends Response
    Removes the disk attachment. This will only detach the disk from the virtual machine, but won't remove it from the system, unless the `detach_only` parameter is `false`. An example of removing a disk attachment: [source] ---- DELETE /ovirt-engine/api/vms/123/diskattachments/456?detach_only=true ----