Parameter of
Properties
| Name | Type | Description |
|---|---|---|
| CompressionLevels | CompressionLevel [ ] | This value is the compression level. It will be null if there is a problem getting the compression level from the source or target. |
| DefaultAllToOneBasePath | String |
This value sets the default base path for the all to one path mapping, which configures the source replica data to be stored on a single volume on the target. The default is \source_name\volume_name. If you are protecting multiple volumes on the source, each volume would be stored on the same volume on the target. For example, C:\data and D:\files for the source Alpha would be stored in D:\alpha\C and D:\alpha\D, respectively. |
| SourceEnginePort | Int32 |
This value is the port where the engine is listening. |
| SourceIPAddresses | UnicastIPAddressInfo [ ] |
This value represents the available IP addresses on the source. |
| SourceMachineName | String |
This value is the name of the source server. |
| SourceNetworkId | String | This value is the source network ID used to communicate with the source from the target. |
| SourceNetworkInterfaces | NetworkInterfaceInfo [ ] |
This value represents the available NICs on the source. |
| SourceProductInfo | ProductInfo | This value represents the Double-Take product info on the source. |
| SourceVolumes | Volume [ ] | This value represents the available volumes on the source. |
| TargetEnginePort | Int32 |
This value is the port where the engine is listening. |
| TargetIPAddresses | UnicastIPAddressInfo |
This value represents the available IP addresses on the target. These IP addresses are the possible values that can be used to populate CoreConnectionOptions.TargetAddress. |
| TargetMachineName | String |
This value is the name of the target server. |
| TargetNetworkInterfaces | NetworkInterfaceInfo | This value represents the available NICs on the target. |
| TargetProductInfo | ProductInfo | This value represents the Double-Take product info on the target. |
| TargetVolumes | Volume | This value represents the available volumes on the target. |