Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceiveError
Error thresholds for the power received by the port
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceiveError
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceiveError
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceiveError()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceiveError()
Properties
Lower
The value in dBm at or below which the received power is considered to be in an error state
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lower")]
public int Lower { get; set; }
Property Value
Upper
The value in dBm at or above which the received power is considered to be in an error state
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "upper")]
public int Upper { get; set; }