Click or drag to resize

MonitorConfigurationModel Class

Monitor configuration model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsMonitorConfigurationModel

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

The MonitorConfigurationModel type exposes the following members.

Constructors
  NameDescription
Public methodMonitorConfigurationModel
Initializes a new instance of the MonitorConfigurationModel class
Top
Properties
  NameDescription
Public propertyActiveDirectoryCredentials
Gets or sets the active directory credentials.
Public propertyActiveDirectoryOptions
Gets or sets the active directory options.
Public propertyAddresses
Gets or sets the array of monitor address configurations specifying the IP addresses to be monitored.
Public propertyDataAction
Gets or sets the failover data action.
Public propertyFailoverAddressesOption
Gets or sets the failover IP addresses option.
Public propertyFailoverType
Gets or sets the failover type.
Public propertyItemsToFailover
Gets or sets the failover items.
Public propertyMaxScriptFailures
Gets or sets the number of times the monitoring script can fail before giving up the script monitoring.
Public propertyName
Gets or sets the name of the failover monitor.
Public propertyProcessingOptions
Gets or sets the processing options.
Public propertyReplaceActions
Gets or sets the replace actions.
Public propertyScriptMonitorEngine
Gets or sets the script monitor engine.
Public propertyScriptMonitorName
Gets or sets the name of the script monitor.
Public propertyScripts
Gets or sets the failover script configuration.
Public propertySourceEndpoint
Gets or sets the source IP endpoint to be used to communicate with Double-Take on the source.
Public propertySSMLogPath
Gets or sets the SSM log path.
Public propertySSMManualReboot
Gets or sets a value indicating whether or not SSM manual reboot.
Public propertySSMRecoveryType
Gets or sets the type of the SSM recovery.
Public propertySSMSourceNicGuids
Gets or sets the SSM source NIC GUIDs.
Public propertySSMStagingPath
Gets or sets the SSM staging path.
Public propertySSMTargetNicGuids
Gets or sets the SSM target NIC GUIDs.
Public propertyTrigger
Gets or sets the failover trigger.
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