Class OrganizationsSensorAlertProfileConditionThresholdUpstreamPower
Upstream power threshold. 'outageDetected' must be provided and set to true.
[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdUpstreamPower
- Inheritance
-
OrganizationsSensorAlertProfileConditionThresholdUpstreamPower
- Inherited Members
Constructors
OrganizationsSensorAlertProfileConditionThresholdUpstreamPower()
public OrganizationsSensorAlertProfileConditionThresholdUpstreamPower()
Properties
OutageDetected
Alerting threshold for an upstream power event. Must be set to true.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "outageDetected")]
public bool OutageDetected { get; set; }