Table of Contents

Class SplitTunnelRule

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

A VPN split tunnel rule

[DataContract]
public class SplitTunnelRule
Inheritance
SplitTunnelRule
Inherited Members

Properties

Comment

Description for this split tunnel rule (optional).

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "comment")]
public string Comment { get; set; }

Property Value

string

DestCidr

Destination for this split tunnel rule. IP address, fully-qualified domain names (FQDN) or 'any'.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "destCidr")]
public string DestCidr { get; set; }

Property Value

string

DestPort

Destination port for this split tunnel rule, (integer in the range 1-65535), or 'any'.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "destPort")]
public string DestPort { get; set; }

Property Value

string

Policy

Traffic policy specified for this split tunnel rule, 'allow' or 'deny'.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "policy")]
public string Policy { get; set; }

Property Value

string

Protocol

Protocol for this split tunnel rule

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

Property Value

string