Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureFahrenheit

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

Information about the temperature of the port in fahrenheit

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureFahrenheit
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureFahrenheit
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureFahrenheit()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureFahrenheit()

Properties

Maximum

The maximum temperature of the port over the interval, in fahrenheit

[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 fahrenheit

[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 fahrenheit

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

Property Value

int