Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts
Information, over the given interval, for the number of packets processed and dropped within the entire switch system. For standalone switches, this is the switch. For stacked switches, this is the entire stack.
[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts
- Inheritance
-
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts
- Inherited Members
Constructors
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts()
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts()
Properties
Dropped
Number of packets dropped by the switch system
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dropped")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsDropped Dropped { get; set; }
Property Value
Processed
Number of packets processed by the switch system
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "processed")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsProcessed Processed { get; set; }