Click or drag to resize
DnsDomainDetailsIPAddressMappings Property
This value represents the mapping between source IP address and target IP address when using DNS failover.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public IPAddressMap[] IPAddressMappings { get; set; }

Property Value

Type: IPAddressMap
The list of IP addresses to be updated.
See Also