Table of Contents

Class SwitchPortsOverviewCountsByStatusInactive

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

Switch Ports Overview Counts By Status Inactive

[DataContract]
public class SwitchPortsOverviewCountsByStatusInactive
Inheritance
SwitchPortsOverviewCountsByStatusInactive
Inherited Members

Properties

ByMedia

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

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byMedia")]
public SwitchPortsOverviewCountsByStatusInactiveByMedia ByMedia { get; set; }

Property Value

SwitchPortsOverviewCountsByStatusInactiveByMedia

Total

The total number of inactive ports

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

Property Value

int