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