Table of Contents

Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsProcessed

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

Number of packets processed by the switch system

[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsProcessed
Inheritance
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsProcessed
Inherited Members

Constructors

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsProcessed()

public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsProcessed()

Properties

ByProtocol

Information for processed packet counts, broken down by protocol

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byProtocol")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsByProtocol ByProtocol { get; set; }

Property Value

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsByProtocol

Total

The total number of packets processed by the CPU during the snapshot

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

Property Value

int