Click or drag to resize
RecommendedRestoreOptions Class
Includes the recommended options for restoring job and additional information that can be used to customize restore options.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractRecommendedRestoreOptions

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

The RecommendedRestoreOptions type exposes the following members.

Constructors
  NameDescription
Public methodRecommendedRestoreOptions
Top
Properties
  NameDescription
Public propertyCanClearRestoreRequired
This value is true if the restore required flag can be cleared; otherwise, it is false.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyIsNat
This value is true if the IP address is a public NAT address; otherwise, it is false.
Public propertyPossibleSourceAddresses
This value is the possible source IP addresses.
Public propertyRestoreOptions
This value represents the restoration options.
Public propertySameSourceOnly
This value is true if the job can only be restored to the same source server; otherwise, it is false.
Top
See Also