Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerTransmit

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

Information about the power transmitted by the port

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerTransmit
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerTransmit
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerTransmit()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerTransmit()

Properties

Maximum

The maximum value for power transmitted by the port over the interval, in dBm

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

Property Value

int

Median

The median value for power transmitted by the port over the interval, in dBm

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

Property Value

int

Minimum

The minimum value for power transmitted by the port over the interval, in dBm

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

Property Value

int