Table of Contents

Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItem

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

Organization Switch Devices System Queues History By Switch By Interval Item

[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItem
Inheritance
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItem
Inherited Members

Constructors

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItem()

public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItem()

Properties

History

The history of switch system data, with the most recent snapshot first

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

Property Value

List<OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistory>

Mac

MAC address of the switch

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

Property Value

string

Model

Model of the switch

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

Property Value

string

Name

Name of the switch

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

Property Value

string

Network

Information regarding the network the switch belongs to

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemNetwork Network { get; set; }

Property Value

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemNetwork

Serial

Unique serial number for the switch

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

Property Value

string

Stack

Information about the stack for which the switch is the active node

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "stack")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStack Stack { get; set; }

Property Value

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemStack

Tags

List of custom tags for the switch

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

Property Value

List<string>