Package org.ovirt.engine.sdk4.services
Interface TemplateDiskAttachmentsService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
TemplateDiskAttachmentsServiceImpl
public interface TemplateDiskAttachmentsService extends Service
This service manages the set of disks attached to a template. Each attached disk is represented by a <>.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TemplateDiskAttachmentsService.ListRequest
List the disks that are attached to the template.static interface
TemplateDiskAttachmentsService.ListResponse
List the disks that are attached to the template.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateDiskAttachmentService
attachmentService(String id)
Reference to the service that manages a specific attachment.TemplateDiskAttachmentsService.ListRequest
list()
List the disks that are attached to the template.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
-
-
-
Method Detail
-
list
TemplateDiskAttachmentsService.ListRequest list()
List the disks that are attached to the template. The order of the returned list of attachments isn't guaranteed.
-
attachmentService
TemplateDiskAttachmentService attachmentService(String id)
Reference to the service that manages a specific attachment.
-
-