Table of Contents

Class AdaptivePolicyAclRules

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

Rules

[DataContract]
public class AdaptivePolicyAclRules
Inheritance
AdaptivePolicyAclRules
Inherited Members

Properties

DstPort

Destination port

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "dstPort")]
public string DstPort { get; set; }

Property Value

string

Log

If enabled, when this rule is hit an entry will be logged to the event log

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "log")]
public bool Log { get; set; }

Property Value

bool

Policy

Policy

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

Property Value

string

Protocol

Protocol

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

Property Value

string

SrcPort

Source port

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "srcPort")]
public string SrcPort { get; set; }

Property Value

string

TcpEstablished

If enabled, means TCP connection with this node must be established.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "tcpEstablished")]
public bool TcpEstablished { get; set; }

Property Value

bool