Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetric
All reading data, grouped by the reading metric
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetric
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetric
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetric()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetric()
Properties
LaserBiasCurrent
Information about the laser bias current of the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "laserBiasCurrent")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricLaserBiasCurrent LaserBiasCurrent { get; set; }
Property Value
Power
Information about the power transmitted and received by the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "power")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPower Power { get; set; }
Property Value
SupplyVoltage
Information about the supply voltage of the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "supplyVoltage")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricSupplyVoltage SupplyVoltage { get; set; }
Property Value
Temperature
Information about the temperature of the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "temperature")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperature Temperature { get; set; }