Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower

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

Minimum/maximum error and warning thresholds for power readings

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower()

Properties

Receive

Thresholds for the power received by the port

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "receive")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceive Receive { get; set; }

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceive

Transmit

Thresholds for the power transmitted by the port

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "transmit")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerTransmit Transmit { get; set; }

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerTransmit