Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricLaserBiasCurrentDraw

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

Information about the laser bias current draw of the port, in mA

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricLaserBiasCurrentDraw
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricLaserBiasCurrentDraw
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricLaserBiasCurrentDraw()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricLaserBiasCurrentDraw()

Properties

Maximum

The maximum laser bias current for the port over the interval, in mA

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

Property Value

int

Median

The median laser bias current for the port over the interval, in mA

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

Property Value

int

Minimum

The minimum laser bias current for the port over the interval, in mA

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

Property Value

int