MonitoredAddressConfigurationModel Class |
Namespace: DoubleTake.Web.Models
The MonitoredAddressConfigurationModel type exposes the following members.
| Name | Description | |
|---|---|---|
| MonitoredAddressConfigurationModel | Initializes a new instance of the MonitoredAddressConfigurationModel class |
| Name | Description | |
|---|---|---|
| Address |
Gets or sets the IP address.
| |
| EnginePort |
Gets or sets the engine port.
| |
| MacAddress |
Gets or sets the MAC address of the source NIC on which this address resides.
| |
| MaxPingAttempts |
Gets or sets the maximum number of ping attempts before the IP address is considered to be failed.
| |
| NicName |
Gets or sets the name of the target NIC to use to monitor this IP address.
| |
| PingInterval |
Gets or sets the interval at which the source address is pinged to determine a failure condition.
| |
| PingMethods |
Gets or sets the ping methods to be used to ping the IP address
| |
| SubnetMask |
Gets or sets the subnet mask.
|
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |