Click or drag to resize
DnsOptionsModel Class
DNS options model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsDnsOptionsModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public sealed class DnsOptionsModel

The DnsOptionsModel type exposes the following members.

Constructors
  NameDescription
Public methodDnsOptionsModel
Initializes a new instance of the DnsOptionsModel class
Top
Properties
  NameDescription
Public propertyAdditionalDns
Gets or sets specifies an additional source server DN to lock.
Public propertyAllIPAddressesNeedMapping
Gets or sets defines if the current environment being protected require all IP addresses to be mapped to an appropriate target IP address.
Public propertyAlternateTrustees
Gets or sets overrides the default trustees of "NT AUTHORITY/SYSTEM" and the source computer account (for clustered environments).
Public propertyDomains
Gets or sets the domains that will be updated during failover.
Public propertyEnabled
Gets or sets a value indicating whether or not DNS failover is enabled on this job.
Public propertySourceServerInWorkgroup
Gets or sets a value indicating whether or not the source server is in a work group.
Public propertySourceServerName
Gets or sets the name of the source server.
Public propertyTargetServerName
Gets or sets the name of the target server.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also