Table of Contents

Class ApplicationUsageSummary

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

Application Usage Summary

[DataContract]
public class ApplicationUsageSummary
Inheritance
ApplicationUsageSummary
Inherited Members

Constructors

ApplicationUsageSummary()

public ApplicationUsageSummary()

Properties

Application

Name of the Application

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

Property Value

string

Downstream

Downstream usage of the Application, in megabytes

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

Property Value

int

Percentage

Percent usage of the Application

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

Property Value

int

Total

Total usage of the Application, in megabytes

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

Property Value

int

Upstream

Upstream usage of the Application, in megabytes

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

Property Value

int