Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem
Organization Devices System Memory Usage History By Interval Item
[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem
- Inheritance
-
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem
- Inherited Members
Constructors
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem()
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem()
Properties
Free
Information regarding memory availability on the device over the entire timespan
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "free")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemFree Free { get; set; }
Property Value
Intervals
Time interval snapshots of system memory utilization on the device with the most recent snapshot first
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "intervals")]
public List<OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemInterval> Intervals { 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 OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemNetwork Network { get; set; }
Property Value
Provisioned
The total RAM size provisioned on the device, in kB
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "provisioned")]
public int Provisioned { get; set; }
Property Value
Serial
Unique serial number for the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Tags
List of custom tags for the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }
Property Value
Used
Information regarding memory usage on the device over the entire timespan
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "used")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemUsed Used { get; set; }