Table of Contents

Class SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeed

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

Switch Ports Overview Counts By Status Active By Media And Link Speed

[DataContract]
public class SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeed
Inheritance
SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeed
Inherited Members

Properties

Rj45

The count data for RJ45 ports, indexed by speed in Mb

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rj45")]
public SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedRj45 Rj45 { get; set; }

Property Value

SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedRj45

Sfp

The count data for SFP ports, indexed by speed in Mb

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sfp")]
public SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedSfp Sfp { get; set; }

Property Value

SwitchPortsOverviewCountsByStatusActiveByMediaAndLinkSpeedSfp