Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceiveWarning

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

Warning thresholds for the power received by the port

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceiveWarning
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceiveWarning
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceiveWarning()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceiveWarning()

Properties

Lower

The value in dBm at or below which the received power is considered to be in a warning state

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lower")]
public int Lower { get; set; }

Property Value

int

Upper

The value in dBm at or above which the received power is considered to be in a warning state

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "upper")]
public int Upper { get; set; }

Property Value

int