Package org.ovirt.engine.sdk4.services
Interface VmCheckpointDisksService.ListRequest
-
- All Superinterfaces:
Request<VmCheckpointDisksService.ListRequest,VmCheckpointDisksService.ListResponse>
- Enclosing interface:
- VmCheckpointDisksService
public static interface VmCheckpointDisksService.ListRequest extends Request<VmCheckpointDisksService.ListRequest,VmCheckpointDisksService.ListResponse>
Returns the list of disks in checkpoint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmCheckpointDisksService.ListRequest
follow(String follow)
Indicates which inner links should be _followed_.VmCheckpointDisksService.ListRequest
max(Integer max)
Sets the maximum number of disks to return.VmCheckpointDisksService.ListRequest
max(Long max)
Sets the maximum number of disks to return.VmCheckpointDisksService.ListRequest
max(BigInteger max)
Sets the maximum number of disks to return.
-
-
-
Method Detail
-
follow
VmCheckpointDisksService.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
VmCheckpointDisksService.ListRequest max(Integer max)
Sets the maximum number of disks to return. If not specified, all the disks are returned.
-
max
VmCheckpointDisksService.ListRequest max(Long max)
Sets the maximum number of disks to return. If not specified, all the disks are returned.
-
max
VmCheckpointDisksService.ListRequest max(BigInteger max)
Sets the maximum number of disks to return. If not specified, all the disks are returned.
-
-