Class OrganizationInsightApplicationThresholds
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
Type
Threshold type (static or smart)
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }