Class SplitTunnelRule
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
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
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
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
Protocol
Protocol for this split tunnel rule
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "protocol")]
public string? Protocol { get; set; }