Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsProcessed
Number of packets processed by the switch system
[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsProcessed
- Inheritance
-
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsProcessed
- Inherited Members
Constructors
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsProcessed()
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsProcessed()
Properties
ByProtocol
Information for processed packet counts, broken down by protocol
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byProtocol")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsByProtocol ByProtocol { get; set; }
Property Value
Total
The total number of packets processed by the CPU during the snapshot
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }