Table of Contents

Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsDropped

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

Number of packets dropped by the switch system

[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsDropped
Inheritance
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsDropped
Inherited Members

Constructors

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsDropped()

public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsDropped()

Properties

ByProtocol

Number of dropped packets, broken down by protocol

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

Property Value

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol

Total

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

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

Property Value

int