Table of Contents

Class OrganizationSwitchPortsClientsOverviewByDeviceItemPort

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

Port Information

[DataContract]
public class OrganizationSwitchPortsClientsOverviewByDeviceItemPort
Inheritance
OrganizationSwitchPortsClientsOverviewByDeviceItemPort
Inherited Members

Constructors

OrganizationSwitchPortsClientsOverviewByDeviceItemPort()

public OrganizationSwitchPortsClientsOverviewByDeviceItemPort()

Properties

Counts

Number of clients on the port in a given time.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationSwitchPortsClientsOverviewByDeviceItemPortCounts Counts { get; set; }

Property Value

OrganizationSwitchPortsClientsOverviewByDeviceItemPortCounts

PortId

The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "portId")]
public string PortId { get; set; }

Property Value

string