Classes > FailoverScriptConfiguration

FailoverScriptConfiguration

Parameter of

MonitorConfiguration

Properties

Name Type Description
PostFailbackScript String

This value is the full path and file name of the script located on the target and to be run on the target after failback.

PostFailbackScriptArgs String This value is the comma-separated argumentsfor PostFailbackScript.
PostFailoverScript String

This value is the full path and file name of the script located on the target and to be run on the target after failover.

PostFailoverScriptArgs String This value is the comma-separated argumentsfor PostFailoverScript.
PreFailbackScript String

This value is the full path and file name of the script located on the target and to be run on the target before failback.

PreFailbackScriptArgs String This value is the comma-separated argumentsfor PreFailbackScript.
PreFailbackWait Boolean

This value is true if Double-Take will wait for PreFailbackScript to complete before continuing with the failback operation; otherwise, it is false.

PreFailoverScript String

This value is the full path and file name of the script located on the target and to be run on the target before failover.

PreFailoverScriptArgs String This value is the comma-separated argumentsfor PreFailoverScript.
PreFailoverWait Boolean

This value is true if Double-Take will wait for PreFailoverScript to complete before continuing with the failover operation; otherwise, it is false.

SourcePostFailbackScript String

This value is the full path and file name of the script located on the source and to be run on the source after failback.

SourcePostFailbackScriptArgs String This value is the comma-separated argumentsfor SourcePostFailbackScript.