Package org.ovirt.engine.sdk4.services
Interface TemplateGraphicsConsolesService.ListRequest
-
- All Superinterfaces:
Request<TemplateGraphicsConsolesService.ListRequest,TemplateGraphicsConsolesService.ListResponse>
- Enclosing interface:
- TemplateGraphicsConsolesService
public static interface TemplateGraphicsConsolesService.ListRequest extends Request<TemplateGraphicsConsolesService.ListRequest,TemplateGraphicsConsolesService.ListResponse>
Lists all the configured graphics consoles of the template. The order of the returned list of graphics consoles isn't guaranteed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateGraphicsConsolesService.ListRequest
follow(String follow)
Indicates which inner links should be _followed_.TemplateGraphicsConsolesService.ListRequest
max(Integer max)
Sets the maximum number of consoles to return.TemplateGraphicsConsolesService.ListRequest
max(Long max)
Sets the maximum number of consoles to return.TemplateGraphicsConsolesService.ListRequest
max(BigInteger max)
Sets the maximum number of consoles to return.
-
-
-
Method Detail
-
follow
TemplateGraphicsConsolesService.ListRequest follow(String follow)
Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.
-
max
TemplateGraphicsConsolesService.ListRequest max(Integer max)
Sets the maximum number of consoles to return. If not specified all the consoles are returned.
-
max
TemplateGraphicsConsolesService.ListRequest max(Long max)
Sets the maximum number of consoles to return. If not specified all the consoles are returned.
-
max
TemplateGraphicsConsolesService.ListRequest max(BigInteger max)
Sets the maximum number of consoles to return. If not specified all the consoles are returned.
-
-