Click or drag to resize
FullServerTestFailoverOptionsModel Class
Full server test failover options model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsFullServerTestFailoverOptionsModel

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 FullServerTestFailoverOptionsModel

The FullServerTestFailoverOptionsModel type exposes the following members.

Constructors
  NameDescription
Public methodFullServerTestFailoverOptionsModel
Initializes a new instance of the FullServerTestFailoverOptionsModel class
Top
Properties
  NameDescription
Public propertyDeleteSnapshots
Gets or sets the value indicating whether or not to delete snapshots.
Public propertyFailoverName
Gets or sets the server name to apply to the test failover server.
Public propertyNicMappings
Gets or sets the NIC mappings for full server testfailover.
Public propertyTestFailoverServerAddress
Gets or sets the test failover server address to use for the replication service connection.
Public propertyTestFailoverServerCredential
Gets or sets the test failover server credentials.
Public propertyTestFailoverServerEnginePort
Gets or sets the test failover server engine port to use for the replication service connection.
Public propertyTestFailoverServerReservedAddress
Gets or sets the IP address that will remain on the test failover server after a test failover.
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