public interface ListBackupGroupRunsParams
Modifier and Type | Method and Description |
---|---|
Optional<BackupGroupUid> |
backupGroupUid()
If specified, only runs associated with the specified backup group will be
returned.
|
Optional<Instant> |
endTime()
If specified, only returns that started prior to the specified time will be
returned.
|
Optional<Long> |
limit()
If specified, the number specified will be the maximum number of runs
returned.
|
Optional<Instant> |
startTime()
If specified, only returns that started after the specified time will be
returned.
|
Optional<VmUuid> |
vmUuid()
If specified, only runs that reference the specified VM will be returned.
|
Optional<BackupGroupUid> backupGroupUid()
Optional<Instant> startTime()
Optional<Instant> endTime()
Optional<Long> limit()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.