Class OrganizationWirelessDevicesSystemCpuLoadHistoryItem
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
Mac
MAC address of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Model
Model of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }
Property Value
Name
Name of the device
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Network
Information regarding the network the device belongs to
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationWirelessDevicesSystemCpuLoadHistoryNetwork Network { get; set; }
Property Value
Serial
Unique serial number for the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Series
Series of cpu load average measurements on the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "series")]
public List<OrganizationWirelessDevicesSystemCpuLoadHistorySeries> Series { get; set; }
Property Value
Tags
List of custom tags for the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }