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