Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPower

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

Information about the power transmitted and received by the port

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPower
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPower
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPower()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPower()

Properties

Receive

Information about the power received by the port

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

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerReceive

Transmit

Information about the power transmitted by the port

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

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerTransmit