public interface GraphicsConsolesService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
GraphicsConsolesService.AddRequest |
static interface |
GraphicsConsolesService.AddResponse |
static interface |
GraphicsConsolesService.ListRequest
Lists all the configured graphics consoles of the virtual machine.
|
static interface |
GraphicsConsolesService.ListResponse
Lists all the configured graphics consoles of the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
GraphicsConsolesService.AddRequest |
add() |
GraphicsConsoleService |
consoleService(String id) |
GraphicsConsolesService.ListRequest |
list()
Lists all the configured graphics consoles of the virtual machine.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
GraphicsConsolesService.AddRequest add()
GraphicsConsolesService.ListRequest list()
Lists all the configured graphics consoles of the virtual machine.
GraphicsConsoleService consoleService(String id)
Copyright © 2016. All rights reserved.