Table of Contents

Class OrganizationWirelessDevicesSystemCpuLoadHistoryItem

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

Cpu load data item

[DataContract]
public class OrganizationWirelessDevicesSystemCpuLoadHistoryItem
Inheritance
OrganizationWirelessDevicesSystemCpuLoadHistoryItem
Inherited Members

Constructors

OrganizationWirelessDevicesSystemCpuLoadHistoryItem()

public OrganizationWirelessDevicesSystemCpuLoadHistoryItem()

Properties

CpuCount

Number of CPU cores on the device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "cpuCount")]
public int CpuCount { get; set; }

Property Value

int

Mac

MAC address of the device

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

Property Value

string

Model

Model of the device

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

Property Value

string

Name

Name of the device

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

Property Value

string

Network

Information regarding the network the device belongs to

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

Property Value

OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork

Serial

Unique serial number for the device

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

Property Value

string

Series

Series of cpu load average measurements on the device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "series")]
public List<OrganizationWirelessDevicesSystemCpuLoadHistorySeries> Series { get; set; }

Property Value

List<OrganizationWirelessDevicesSystemCpuLoadHistorySeries>

Tags

List of custom tags for the device

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

Property Value

List<string>