Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsDropped
Number of packets dropped by the switch system
[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsDropped
- Inheritance
-
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsDropped
- Inherited Members
Constructors
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsDropped()
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsDropped()
Properties
ByProtocol
Number of dropped packets, broken down by protocol
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byProtocol")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCountsByProtocol 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; }