Table of Contents

Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember

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

Information about the member devices in the switch stack

[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember
Inheritance
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember
Inherited Members

Constructors

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember()

public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMember()

Properties

History

Information, over the given interval, for the number of packets processed and dropped by the device's data plane

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "history")]
public List<OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItem> History { get; set; }

Property Value

List<OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStackMemberHistoryItem>

Mac

MAC address of the member device

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

Property Value

string

Model

Model of the member device

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

Property Value

string

Name

Name of the member device

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

Property Value

string

Serial

Unique serial number for the member device

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

Property Value

string

Tags

List of custom tags for the member device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }

Property Value

List<string>