Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerReceive
Information about the power received by the port
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerReceive
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerReceive
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerReceive()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricPowerReceive()
Properties
Maximum
The maximum value for power received by the port over the interval, in dBm
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "maximum")]
public int Maximum { get; set; }
Property Value
Median
The median value for power received by the port over the interval, in dBm
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "median")]
public int Median { get; set; }
Property Value
Minimum
The minimum value for power received by the port over the interval, in dBm
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "minimum")]
public int Minimum { get; set; }