Click or drag to resize
ImageRecoveryOptions Class
Represents options for working with the image recovery feature of a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractImageRecoveryOptions

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class ImageRecoveryOptions : IExtensibleDataObject

The ImageRecoveryOptions type exposes the following members.

Constructors
  NameDescription
Public methodImageRecoveryOptions
Top
Properties
  NameDescription
Public propertyAdditionalStagingFolders
This value is the additional folders that should be staged on the target server.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyImageId
This value is the unique ID of the image that will be recovered.
Public propertyImageRecoveryDataLocation
This value is the location of the original source's protected data.
Public propertyShutdownSourceServer
This value is true if the source server should be shut down during cutover; otherwise, it is false.
Public propertyUserInitiatedCutover
This value is true if the user is required to initiate cutover; otherwise, it is false.
Top
See Also