Package org.ovirt.engine.sdk4.services
Interface TemplateGraphicsConsolesService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
TemplateGraphicsConsolesServiceImpl
public interface TemplateGraphicsConsolesService extends Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TemplateGraphicsConsolesService.AddRequest
Add new graphics console to the template.static interface
TemplateGraphicsConsolesService.AddResponse
Add new graphics console to the template.static interface
TemplateGraphicsConsolesService.ListRequest
Lists all the configured graphics consoles of the template.static interface
TemplateGraphicsConsolesService.ListResponse
Lists all the configured graphics consoles of the template.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateGraphicsConsolesService.AddRequest
add()
Add new graphics console to the template.TemplateGraphicsConsoleService
consoleService(String id)
Returns a reference to the service that manages a specific template graphics console.TemplateGraphicsConsolesService.ListRequest
list()
Lists all the configured graphics consoles of the template.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
-
-
-
Method Detail
-
add
TemplateGraphicsConsolesService.AddRequest add()
Add new graphics console to the template.
-
list
TemplateGraphicsConsolesService.ListRequest list()
Lists all the configured graphics consoles of the template. The order of the returned list of graphics consoles isn't guaranteed.
-
consoleService
TemplateGraphicsConsoleService consoleService(String id)
Returns a reference to the service that manages a specific template graphics console.
-
-