GET /ovit-engine/api/vms/{vm:id}/graphicsconsoles/{console:id}?current=true
public static interface GraphicsConsoleService.GetRequest extends Request<GraphicsConsoleService.GetRequest,GraphicsConsoleService.GetResponse>
Gets the configuration of the graphics console.
Modifier and Type | Method and Description |
---|---|
GraphicsConsoleService.GetRequest |
current(Boolean current)
Use the following query to obtain the current run-time configuration of the graphics console.
|
GraphicsConsoleService.GetRequest current(Boolean current)
Use the following query to obtain the current run-time configuration of the graphics console.
GET /ovit-engine/api/vms/{vm:id}/graphicsconsoles/{console:id}?current=true
The default value is false
.
Copyright © 2016. All rights reserved.