Click or drag to resize
FailoverScriptConfigurationModel Class
Failover script configuration model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsFailoverScriptConfigurationModel

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 class FailoverScriptConfigurationModel

The FailoverScriptConfigurationModel type exposes the following members.

Constructors
  NameDescription
Public methodFailoverScriptConfigurationModel
Initializes a new instance of the FailoverScriptConfigurationModel class
Top
Properties
  NameDescription
Public propertyPostFailbackScript
Gets or sets script to be run after the failback operation completes.
Public propertyPostFailbackScriptArgs
Gets or sets arguments to be used when running the post-failback script.
Public propertyPostFailoverScript
Gets or sets script to be run after the failover operation completes.
Public propertyPostFailoverScriptArgs
Gets or sets arguments to be used when running the post-failover script.
Public propertyPreFailbackScript
Gets or sets script to be run before the failback operation is started.
Public propertyPreFailbackScriptArgs
Gets or sets arguments to be used when running the pre-failback script.
Public propertyPreFailbackWait
Gets or sets a value indicating whether or not to wait for the pre-failback script to complete before continuing with the failback operation.
Public propertyPreFailoverScript
Gets or sets script to be run before the failover operation is started.
Public propertyPreFailoverScriptArgs
Gets or sets arguments to be used when running the pre-failover script.
Public propertyPreFailoverWait
Gets or sets a value indicating whether or not to wait for the pre-failover script to complete before continuing with the failover operation.
Public propertySourcePostFailbackScript
Gets or sets script to be run after the failback operation completes.
Public propertySourcePostFailbackScriptArgs
Gets or sets arguments to be used when running the source post-failback script.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also