Click or drag to resize
SimpleFailoverMonitorOptionsModel Class
Simple failover monitor options model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsSimpleFailoverMonitorOptionsModel

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 SimpleFailoverMonitorOptionsModel

The SimpleFailoverMonitorOptionsModel type exposes the following members.

Constructors
  NameDescription
Public methodSimpleFailoverMonitorOptionsModel
Initializes a new instance of the SimpleFailoverMonitorOptionsModel class
Top
Properties
  NameDescription
Public propertyIsUserInterventionRequired
Gets or sets a value indicating whether or not user intervention is required before triggering a failover.
Public propertyMaxPingAttempts
Gets or sets the maximum number of ping attempts before the IP address is considered to be failed.
Public propertyPingInterval
Gets or sets the interval at which the source address is pinged to determine a failure condition.
Public propertyTimeAllowed
Gets or sets the total time to failover.
Public propertyUseTimeAllowed
Gets or sets a value indicating whether or not to use the timeAllowed property.
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