Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
com.iland.cohesity.iaas.backups.recovery |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableRestoreTask
Immutable implementation of
RestoreTask . |
Modifier and Type | Method and Description |
---|---|
static ImmutableRestoreTask |
ImmutableRestoreTask.copyOf(RestoreTask instance)
Creates an immutable copy of a
RestoreTask value. |
ImmutableRestoreTask.Builder |
ImmutableRestoreTask.Builder.from(RestoreTask instance)
Fill a builder with attribute values from the provided
RestoreTask instance. |
Modifier and Type | Method and Description |
---|---|
RestoreTask |
FileRecoveryApi.createFilesAndFoldersDownloadTask(VdcUuid vdcUuid,
CreateFilesAndFoldersDownloadTaskParams params)
Creates a task for generating a downloadable archive of a set of backup
files.
|
RestoreTask |
VMRecoveryApi.createVMRestoreTask(VdcUuid vdcUuid,
VMRestoreTaskParams params)
Create a new VM restore task.
|
default RestoreTask |
RestoreTaskApi.waitForTask(RestoreTask restoreTask,
Duration pollInterval,
Duration timeout)
Polls for task for completion and returns the completed task when it is
finished or cancelled.
|
Modifier and Type | Method and Description |
---|---|
Optional<RestoreTask> |
RestoreTaskApi.getRestoreTask(VdcUuid vdcUuid,
RestoreTaskUid restoreTaskUid)
Retrieves a restore task by UID.
|
Stream<RestoreTask> |
RestoreTaskApi.listRestoreTasks(VdcUuid vdcUuid,
ListRestoreTaskFilters filters)
Lists restore tasks with optional filters.
|
Modifier and Type | Method and Description |
---|---|
default RestoreTask |
RestoreTaskApi.waitForTask(RestoreTask restoreTask,
Duration pollInterval,
Duration timeout)
Polls for task for completion and returns the completed task when it is
finished or cancelled.
|
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.