Interface TemplateDiskAttachmentService

    • Method Detail

      • remove

        TemplateDiskAttachmentService.RemoveRequest remove()
        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 ----
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.