Table of Contents

Class OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate

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

The interface packet rates measured in packets per second

[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate
Inheritance
OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate
Inherited Members

Constructors

OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate()

public OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceItemInterfaceReadingRate()

Properties

Recv

The rate of packets received during the timespan

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

Property Value

int

Send

The rate of packets sent during the timespan

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

Property Value

int

Total

The rate of all packets sent and received during the timespan

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

Property Value

int