Click or drag to resize
ApplicationOptionsModel Class
Application options model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsApplicationOptionsModel

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 ApplicationOptionsModel

The ApplicationOptionsModel type exposes the following members.

Constructors
  NameDescription
Public methodApplicationOptionsModel
Initializes a new instance of the ApplicationOptionsModel class
Top
Properties
  NameDescription
Public propertyAagInstances
Gets or sets aag instances.
Public propertyDagTargetPublicFolderDataPath
Gets or sets dag target public folder data path.
Public propertyDnsRecordLocks
Gets or sets the DNS record locks.
Public propertyExchangeCredentials
Gets or sets the exchange credentials.
Public propertyIsAag
Gets or sets a value indicating whether this instance is aag.
Public propertyIsDag
Gets or sets a value indicating whether this instance is dag.
Public propertyMonitorScript
Gets or sets monitor script.
Public propertySourceDomain
Gets or sets the source server's primary domain.
Public propertySourceName
Gets or sets source name.
Public propertyTargetDomain
Gets or sets the target server's primary domain.
Public propertyTargetName
Gets or sets target name.
Public propertyTestPostFailoverScript
Gets or sets script to run after target is brought online during a test failover (TDV).
Public propertyTestPostFailoverScriptArguments
Gets or sets arguments for script to run after target is brought online during a test failover (TDV).
Public propertyTestPreFailbackScript
Gets or sets script to run before failing back after a test failover (TDV).
Public propertyTestPreFailbackScriptArguments
Gets or sets arguments for script to run before failing back after a test failover (TDV).
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