| FailoverScriptConfigurationModel Class |
Namespace: DoubleTake.Web.Models
The FailoverScriptConfigurationModel type exposes the following members.
| Name | Description | |
|---|---|---|
| FailoverScriptConfigurationModel | Initializes a new instance of the FailoverScriptConfigurationModel class |
| Name | Description | |
|---|---|---|
| PostFailbackScript |
Gets or sets script to be run after the failback operation completes.
| |
| PostFailbackScriptArgs |
Gets or sets arguments to be used when running the post-failback script.
| |
| PostFailoverScript |
Gets or sets script to be run after the failover operation completes.
| |
| PostFailoverScriptArgs |
Gets or sets arguments to be used when running the post-failover script.
| |
| PreFailbackScript |
Gets or sets script to be run before the failback operation is started.
| |
| PreFailbackScriptArgs |
Gets or sets arguments to be used when running the pre-failback script.
| |
| PreFailbackWait |
Gets or sets a value indicating whether or not to wait for the pre-failback script to complete before continuing with the failback operation.
| |
| PreFailoverScript |
Gets or sets script to be run before the failover operation is started.
| |
| PreFailoverScriptArgs |
Gets or sets arguments to be used when running the pre-failover script.
| |
| PreFailoverWait |
Gets or sets a value indicating whether or not to wait for the pre-failover script to complete before continuing with the failover operation.
| |
| SourcePostFailbackScript |
Gets or sets script to be run after the failback operation completes.
| |
| SourcePostFailbackScriptArgs |
Gets or sets arguments to be used when running the source post-failback script.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |