Parameter of
Properties
Name | Type | Description |
---|---|---|
Address | String | This value is the monitored IP address. |
Alive | Boolean |
This value is true if the IP address is responding to pings; otherwise, it is false. |
FailoverConditionMet | Boolean |
This value is true if the IP address is considered failed; otherwise, it is false. |
RemainingTime | TimeSpan | This value is the amount of time remaining before the IP address is considered failed. |
WarningConditionMet | Boolean |
This value is true if the IP address is in a warning condition; otherwise, it is false. An IP address is considered to be in a warning condition if it has failed to respond to ping attempts for three quarters of the number of attempts allowed to be missed before the IP address is considered failed. For example, if the value for MonitoredAddressConfiguration.MaxPingAttempts is 20, then this property will be true after 15 failed attempts. |