Table of Contents

Class SwitchPortsOverviewCounts

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

Switch Ports Overview Counts

[DataContract]
public class SwitchPortsOverviewCounts
Inheritance
SwitchPortsOverviewCounts
Inherited Members

Properties

ByStatus

The count data, indexed by active or inactive status

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byStatus")]
public SwitchPortsOverviewCountsByStatus ByStatus { get; set; }

Property Value

SwitchPortsOverviewCountsByStatus

Total

The total number of ports

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

Property Value

int