Table of Contents

Class SwitchPortsOverviewCountsByStatusActive

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

Switch Ports Overview Counts By Status Active

[DataContract]
public class SwitchPortsOverviewCountsByStatusActive
Inheritance
SwitchPortsOverviewCountsByStatusActive
Inherited Members

Properties

ByMediaAndLinkSpeed

The active count data, indexed by media type (RJ45 or SFP)

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byMediaAndLinkSpeed")]
public SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeed ByMediaAndLinkSpeed { get; set; }

Property Value

SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeed

Total

The count data for active ports

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

Property Value

int