Table of Contents

Class ApplicationCategoryUsageSummary

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

Application Category Usage Summary

[DataContract]
public class ApplicationCategoryUsageSummary
Inheritance
ApplicationCategoryUsageSummary
Inherited Members

Constructors

ApplicationCategoryUsageSummary()

public ApplicationCategoryUsageSummary()

Properties

Category

Name of the Application Category

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

Property Value

string

Downstream

Downstream usage of the Application Category, in megabytes

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

Property Value

int

Percentage

Percent usage of the Application Category

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

Property Value

int

Total

Total usage of the Application Category, in megabytes

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

Property Value

int

Upstream

Upstream usage of the Application Category, in megabytes

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

Property Value

int