Class TrafficShapingVpnExclusions
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
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; }