Table of Contents

Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCounts

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

Information, over the given interval, for the number of packets processed and dropped by the device's data plane

[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCounts
Inheritance
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCounts
Inherited Members

Constructors

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCounts()

public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCounts()

Properties

Dropped

Number of packets dropped by the switch system

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dropped")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsDropped Dropped { get; set; }

Property Value

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsDropped

Processed

Number of packets processed by the switch system

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "processed")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsProcessed Processed { get; set; }

Property Value

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsProcessed