Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureFahrenheitError
Error thresholds for the temperature in fahrenheit of the port
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureFahrenheitError
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureFahrenheitError
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureFahrenheitError()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureFahrenheitError()
Properties
Lower
The value in fahrenheit at or below which the temperature 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 fahrenheit at or above which the temperature is considered to be in an error state
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "upper")]
public int Upper { get; set; }