Table of Contents

Class SwitchPortsOverviewCountsByStatus

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

Switch Ports Overview Counts By Status

[DataContract]
public class SwitchPortsOverviewCountsByStatus
Inheritance
SwitchPortsOverviewCountsByStatus
Inherited Members

Properties

Active

The count data for active ports

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "active")]
public SwitchPortsOverviewCountsByStatusActive Active { get; set; }

Property Value

SwitchPortsOverviewCountsByStatusActive

Inactive

The count data for inactive ports

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "inactive")]
public SwitchPortsOverviewCountsByStatusInactive Inactive { get; set; }

Property Value

SwitchPortsOverviewCountsByStatusInactive