Package org.ovirt.engine.sdk4.services
Interface TemplatesService.ListResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- TemplatesService
public static interface TemplatesService.ListResponse extends Response
Returns the list of virtual machine templates. For example: [source] ---- GET /ovirt-engine/api/templates ---- Will return the list of virtual machines and virtual machine templates. The order of the returned list of templates is not guaranteed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Template>
templates()
The list of virtual machine templates.
-