Table of Contents

Class TrafficShapingVpnExclusionsCustom

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

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

[DataContract]
public class TrafficShapingVpnExclusionsCustom
Inheritance
TrafficShapingVpnExclusionsCustom
Inherited Members

Properties

Destination

Destination address; hostname required for DNS, IPv4 otherwise.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "destination")]
public string? Destination { get; set; }

Property Value

string

Port

Destination port.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "port")]
public string? Port { get; set; }

Property Value

string

Protocol

Protocol. Valid values are 'any', 'dns', 'icmp', 'tcp', 'udp'

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "protocol")]
public TrafficShapingVpnExclusionsCustomProtocol? Protocol { get; set; }

Property Value

TrafficShapingVpnExclusionsCustomProtocol?