Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsDropped
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
Total
The total number of packets dropped by the CPU during the snapshot
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }