Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature
Minimum/maximum error and warning thresholds for temperature readings
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature()
Properties
Celcius
Thresholds for the temperature in celsius of the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "celsius")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelcius Celcius { get; set; }
Property Value
Fahrenheit
Thresholds for the temperature in fahrenheit of the port
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "fahrenheit")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureFahrenheit Fahrenheit { get; set; }