Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItem
Information, over the given interval, for the number of packets processed and dropped by the device's data plane
[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItem
- Inheritance
-
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItem
- Inherited Members
Constructors
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItem()
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItem()
Properties
Counts
Information, over the given interval, for the number of packets processed and dropped by the device's data plane
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCounts Counts { get; set; }
Property Value
EndTs
Timestamp for the end of the historical snapshot, inclusive.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }
Property Value
StartTs
Timestamp for the beginning of the historical snapshot, exclusive.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }