Table of Contents

Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItem

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItemCounts

EndTs

Timestamp for the end of the historical snapshot, inclusive.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }

Property Value

string

StartTs

Timestamp for the beginning of the historical snapshot, exclusive.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }

Property Value

string