Table of Contents

Class OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReading

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

The status of a packet counter on the interfaces of the wireless LAN controller

[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReading
Inheritance
OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReading
Inherited Members

Constructors

OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReading()

public OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReading()

Properties

Name

The type of packets being counted

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Rate

The interface packet rates measured in packets per second

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rate")]
public OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate Rate { get; set; }

Property Value

OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate

Recv

The total count of packets received by the interface during the timespan

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

Property Value

int

Send

The total count of packets sent by the interface during the timespan

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

Property Value

int

Total

The total count of sent and received packets during the timespan

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

Property Value

int