public interface RestoreTask
Modifier and Type | Method and Description |
---|---|
BackupGroupUid |
backupGroupUid()
The UID of the backup group.
|
CompanyId |
companyId()
The ID of the associated company.
|
Optional<Instant> |
endTime()
The end time of the task.
|
Optional<String> |
errorMessage()
Error message associated with task, if applicable.
|
LocationId |
locationId()
The ID of the associated location.
|
Set<RestoreTaskObject> |
objects()
The objects that are being restored from.
|
Set<RestoreTaskObjectState> |
objectStates()
The states of the restore task objects.
|
OrgUuid |
orgUuid()
The UUID of the associated Org.
|
Instant |
startTime()
The start time of the task.
|
RestoreTaskStatus |
status()
The status of the task.
|
String |
taskName()
The user-specified restore task name.
|
RestoreTaskType |
type()
The type of the task.
|
RestoreTaskUid |
uid()
The UID of the task.
|
VdcUuid |
vdcUuid()
The UUID of the associated vDC.
|
Optional<VMRecoveryOptions> |
vmRecoveryOptions()
The VM recovery options that were selected for the restore.
|
String taskName()
LocationId locationId()
CompanyId companyId()
OrgUuid orgUuid()
VdcUuid vdcUuid()
RestoreTaskUid uid()
BackupGroupUid backupGroupUid()
Instant startTime()
RestoreTaskType type()
RestoreTaskStatus status()
Optional<VMRecoveryOptions> vmRecoveryOptions()
RestoreTaskType.RESTORE_VMS
.Set<RestoreTaskObject> objects()
Set<RestoreTaskObjectState> objectStates()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.