Table of Contents

Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemory

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

Information regarding memory usage and availability on the device

[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemory
Inheritance
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemory
Inherited Members

Constructors

OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemory()

public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemory()

Properties

Free

Information regarding memory availability on the device over the interval

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "free")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryFree Free { get; set; }

Property Value

OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryFree

Used

Information regarding memory usage on the device over the interval

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "used")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsed Used { get; set; }

Property Value

OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsed