Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelciusError

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

Error thresholds for the temperature in celsius of the port

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelciusError
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelciusError
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelciusError()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelciusError()

Properties

Lower

The value in celsius 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

int

Upper

The value in celsius 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; }

Property Value

int