Interface TemplateDiskAttachmentService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    TemplateDiskAttachmentService

    public static interface TemplateDiskAttachmentService.RemoveResponse
    extends Response
    Removes the disk from the template. The disk will only be removed if there are other existing copies of the disk on other storage domains. A storage domain has to be specified to determine which of the copies should be removed (template disks can have copies on multiple storage domains). [source] ---- DELETE /ovirt-engine/api/templates/{template:id}/diskattachments/{attachment:id}?storage_domain=072fbaa1-08f3-4a40-9f34-a5ca22dd1d74 ----