Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdLaserBiasCurrentDrawError

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

Error thresholds for laser bias current draw of the port

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdLaserBiasCurrentDrawError
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdLaserBiasCurrentDrawError
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdLaserBiasCurrentDrawError()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdLaserBiasCurrentDrawError()

Properties

Lower

The value in mA at or below which the laser bias current 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 mA at or above which the laser bias current is considered to be in an error state

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

Property Value

int