Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureCelsius
Information about the temperature of the port in celsius
[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureCelsius
- Inheritance
-
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureCelsius
- Inherited Members
Constructors
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureCelsius()
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureCelsius()
Properties
Maximum
The maximum temperature of the port over the interval, in celsius
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "maximum")]
public int Maximum { get; set; }
Property Value
Median
The median temperature of the port over the interval, in celsius
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "median")]
public int Median { get; set; }
Property Value
Minimum
The minimum temperature of the port over the interval, in celsius
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "minimum")]
public int Minimum { get; set; }