Package org.ovirt.engine.sdk4.services
Interface AssignedCpuProfileService.GetRequest
-
- All Superinterfaces:
Request<AssignedCpuProfileService.GetRequest,AssignedCpuProfileService.GetResponse>
- Enclosing interface:
- AssignedCpuProfileService
public static interface AssignedCpuProfileService.GetRequest extends Request<AssignedCpuProfileService.GetRequest,AssignedCpuProfileService.GetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssignedCpuProfileService.GetRequest
follow(String follow)
Indicates which inner links should be _followed_.
-
-
-
Method Detail
-
follow
AssignedCpuProfileService.GetRequest 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.
-
-