Table of Contents

Class LiveToolsAclHitCountGetResponseAcl

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

Result of an ACL hit count request

[DataContract]
public class LiveToolsAclHitCountGetResponseAcl
Inheritance
LiveToolsAclHitCountGetResponseAcl
Inherited Members

Constructors

LiveToolsAclHitCountGetResponseAcl()

public LiveToolsAclHitCountGetResponseAcl()

Properties

Counts

Number of packets matched by this ACL

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public LiveToolsAclHitCountGetResponseAclCounts Counts { get; set; }

Property Value

LiveToolsAclHitCountGetResponseAclCounts

Destination

Destination address and port configuration for the rule

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "destination")]
public LiveToolsAclHitCountGetResponseAclDestination Destination { get; set; }

Property Value

LiveToolsAclHitCountGetResponseAclDestination

IpProtocol

IP Protocol for the rule. This allows the ACL to filter on specific protocols, such as TCP

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipProtocol")]
public LiveToolsAclHitCountGetResponseAclIpProtocol IpProtocol { get; set; }

Property Value

LiveToolsAclHitCountGetResponseAclIpProtocol

IpVersion

IP Version for the rule, or "any"

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipVersion")]
public IpVersion IpVersion { get; set; }

Property Value

IpVersion

Policy

Action to be taken on packets matching the rule

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

Property Value

AclPolicy

Source

Source address and port configuration for the rule

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "source")]
public LiveToolsAclHitCountGetResponseAclSource Source { get; set; }

Property Value

LiveToolsAclHitCountGetResponseAclSource