Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPower
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
Transmit
Information about the power transmitted by the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "transmit")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerTransmit Transmit { get; set; }