Package org.ovirt.engine.sdk4.services
Interface TemplateDisksService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
TemplateDisksServiceImpl
public interface TemplateDisksService extends Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TemplateDisksService.ListRequest
Returns the list of disks of the template.static interface
TemplateDisksService.ListResponse
Returns the list of disks of the template.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateDiskService
diskService(String id)
TemplateDisksService.ListRequest
list()
Returns the list of disks of the template.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
-
-
-
Method Detail
-
list
TemplateDisksService.ListRequest list()
Returns the list of disks of the template. The order of the returned list of disks isn't guaranteed.
-
diskService
TemplateDiskService diskService(String id)
-
-