public interface VMRestoreTaskParams
Modifier and Type | Method and Description |
---|---|
Optional<AlternateVappParams> |
alternateVapp()
Optionally specify an alternate vApp to recover snapshots to.
|
boolean |
continueOnError()
Whether the restoration should continue when an error occurs.
|
boolean |
poweredOn()
Specifies the power state of the cloned or recovered objects.
|
String |
prefix()
Specifies a prefix to prepended to the source object name to derive a new
name for the recovered or cloned object.
|
Set<VMSnapshotRef> |
snapshotRefs()
The set of VM snapshots to restore.
|
String |
suffix()
Specifies a suffix to appended to the original source object name to derive
a new name for the recovered or cloned object.
|
String |
taskName()
The user-specified name that should be associated with the task.
|
Set<VMSnapshotRef> snapshotRefs()
String taskName()
Optional<AlternateVappParams> alternateVapp()
boolean poweredOn()
String prefix()
String suffix()
boolean continueOnError()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.