Table of Contents

Class TrafficShapingVpnExclusions

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

TrafficShapingVpnExclusions

[DataContract]
public class TrafficShapingVpnExclusions
Inheritance
TrafficShapingVpnExclusions
Derived
Inherited Members

Properties

Custom

Custom VPN exclusion rules. Pass an empty array to clear existing rules.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "custom")]
public List<TrafficShapingVpnExclusionsCustom>? Custom { get; set; }

Property Value

List<TrafficShapingVpnExclusionsCustom>

MajorApplications

Major Application based VPN exclusion rules. Pass an empty array to clear existing rules.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "majorApplications")]
public List<TrafficShapingVpnExclusionsMajorApplication>? MajorApplications { get; set; }

Property Value

List<TrafficShapingVpnExclusionsMajorApplication>