Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdUpstreamPower

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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; }

Property Value

bool