Table of Contents

Class OrganizationInsightApplicationThresholds

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

Thresholds defined by a user or Meraki models for each application

[DataContract]
public class OrganizationInsightApplicationThresholds
Inheritance
OrganizationInsightApplicationThresholds
Inherited Members

Constructors

OrganizationInsightApplicationThresholds()

public OrganizationInsightApplicationThresholds()

Properties

ByNetwork

Threshold for each network

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byNetwork")]
public List<OrganizationInsightApplicationThresholdsByNetworkItem> ByNetwork { get; set; }

Property Value

List<OrganizationInsightApplicationThresholdsByNetworkItem>

Type

Threshold type (static or smart)

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

Property Value

string