Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
com.iland.cohesity.iaas.backups.recovery |
Modifier and Type | Method and Description |
---|---|
static RestoreTaskUid |
RestoreTaskUid.of(String value)
Construct a new immutable
RestoreTaskUid instance. |
RestoreTaskUid |
RestoreTask.uid()
The UID of the task.
|
RestoreTaskUid |
ImmutableRestoreTask.uid()
The UID of the task.
|
Modifier and Type | Method and Description |
---|---|
ImmutableRestoreTask.Builder |
ImmutableRestoreTask.Builder.uid(RestoreTaskUid uid)
Initializes the value for the
uid attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withUid(RestoreTaskUid value)
Copy the current immutable object by setting a value for the
uid attribute. |
Modifier and Type | Method and Description |
---|---|
InputStream |
FileRecoveryApi.downloadBundleFromFilesAndFoldersDownloadTask(VdcUuid vdcUuid,
RestoreTaskUid restoreTaskUid)
Downloads a ZIP archive that was generated by a bundling task.
|
Optional<RestoreTask> |
RestoreTaskApi.getRestoreTask(VdcUuid vdcUuid,
RestoreTaskUid restoreTaskUid)
Retrieves a restore task by UID.
|
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.