Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower
Minimum/maximum error and warning thresholds for power readings
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower()
Properties
Receive
Thresholds for the power received by the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "receive")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerReceive Receive { get; set; }
Property Value
Transmit
Thresholds for the power transmitted by the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "transmit")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPowerTransmit Transmit { get; set; }