GET /ovit-engine/api/vms/{vm:id}/graphicsconsoles?current=true
public static interface GraphicsConsolesService.ListRequest extends Request<GraphicsConsolesService.ListRequest,GraphicsConsolesService.ListResponse>
Lists all the configured graphics consoles of the virtual machine.
Modifier and Type | Method and Description |
---|---|
GraphicsConsolesService.ListRequest |
current(Boolean current)
Use the following query to obtain the current run-time configuration of the graphics consoles.
|
GraphicsConsolesService.ListRequest |
max(BigInteger max)
Sets the maximum number of consoles to return.
|
GraphicsConsolesService.ListRequest |
max(Integer max)
Sets the maximum number of consoles to return.
|
GraphicsConsolesService.ListRequest |
max(Long max)
Sets the maximum number of consoles to return.
|
GraphicsConsolesService.ListRequest current(Boolean current)
Use the following query to obtain the current run-time configuration of the graphics consoles.
GET /ovit-engine/api/vms/{vm:id}/graphicsconsoles?current=true
The default value is false
.
GraphicsConsolesService.ListRequest max(Integer max)
Sets the maximum number of consoles to return. If not specified all the consoles are returned.
GraphicsConsolesService.ListRequest max(Long max)
Sets the maximum number of consoles to return. If not specified all the consoles are returned.
GraphicsConsolesService.ListRequest max(BigInteger max)
Sets the maximum number of consoles to return. If not specified all the consoles are returned.
Copyright © 2016. All rights reserved.