Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperature
Information about the temperature of the port
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperature
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperature
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperature()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperature()
Properties
Celsius
Information about the temperature of the port in celsius
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "celsius")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureCelsius Celsius { get; set; }
Property Value
Fahrenheit
Information about the temperature of the port in fahrenheit
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "fahrenheit")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureFahrenheit Fahrenheit { get; set; }