Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureCelsius

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

int

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

int

Minimum

The minimum temperature of the port over the interval, in celsius

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "minimum")]
public int Minimum { get; set; }

Property Value

int