Click or drag to resize
DNSOptions Class
Represents the options for DNS failover on a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractDNSOptions

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

The DNSOptions type exposes the following members.

Constructors
  NameDescription
Public methodDNSOptions
Top
Properties
  NameDescription
Public propertyAdditionalDns
This value identifies any additional source DNS servers to update.
Public propertyAllIPAddressesNeedMapping
This value is true if all IP addresses need to be mapped to a target IP address; otherwise, it is false.
Public propertyAlternateTrustees
This value is the source server trustee, which overrides the default trustees of "NT AUTHORITY\SYSTEM" and the source computer account (for clustered environments).
Public propertyDomains
This value represents the domains that will be updated during failover.
Public propertyEnabled
This value is true if DNS failover is enabled; otherwise, it is false.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertySourceServerInWorkgroup
This value is true if the source is in a workgroup; otherwise, it is false.
Public propertySourceServerName
This value is the name of the source server.
Public propertyTargetServerName
This value is the name of the target server.
Top
Methods
See Also