Table of Contents

Class OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemIntervalByInterfaceItemUsage

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

The usage on the interfaces of the wireless LAN controller

[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemIntervalByInterfaceItemUsage
Inheritance
OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemIntervalByInterfaceItemUsage
Inherited Members

Constructors

OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemIntervalByInterfaceItemUsage()

public OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemIntervalByInterfaceItemUsage()

Properties

Recv

The received usage on the interface during the interval, unit is bit/sec

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

Property Value

int

Send

The sent usage on the interface during the interval, unit is bit/sec

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

Property Value

int

Total

The total usage on the interface during the interval, unit is bit/sec

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

Property Value

int