Table of Contents

Class SwitchPortsOverviewCountsByStatusInactiveByMedia

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

Switch Ports Overview Counts By Status Inactive By Media

[DataContract]
public class SwitchPortsOverviewCountsByStatusInactiveByMedia
Inheritance
SwitchPortsOverviewCountsByStatusInactiveByMedia
Inherited Members

Properties

Rj45

The count data for inactive RJ45 ports

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

Property Value

SwitchPortsOverviewCountsByStatusInactiveByMediaRj45

Sfp

The count data for inactive SFP ports

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

Property Value

SwitchPortsOverviewCountsByStatusInactiveByMediaSfp