Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThreshold
Thresholds to be applied to each metric in order to derive error/warning states.
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThreshold
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThreshold
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThreshold()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThreshold()
Properties
LaserBiasCurrent
Minimum/maximum error and warning thresholds for laser bias current readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "laserBiasCurrent")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdLaserBiasCurrent LaserBiasCurrent { get; set; }
Property Value
Power
Minimum/maximum error and warning thresholds for power readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "power")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower Power { get; set; }
Property Value
SupplyVoltage
Minimum/maximum error and warning thresholds for supply voltage readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "supplyVoltage")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdSupplyVoltage SupplyVoltage { get; set; }
Property Value
Temperature
Minimum/maximum error and warning thresholds for temperature readings
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "temperature")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature Temperature { get; set; }
Property Value
ThresholdSetId
Unique identifier used to associate readings from the Small Form Factor Pluggable (SFP) module to the appropriate set of thresholds
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "thresholdSetId")]
public string ThresholdSetId { get; set; }