Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerTransmitError

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

Error thresholds for the power transmitted by the port

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerTransmitError
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerTransmitError
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerTransmitError()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerTransmitError()

Properties

Lower

The value in dBm at or below which the transmitted power is considered to be in an error 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 transmitted power is considered to be in an error state

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

Property Value

int