Table of Contents

Class LiveToolsAclHitCountGetResponseAclCounts

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

Number of packets matched by this ACL

[DataContract]
public class LiveToolsAclHitCountGetResponseAclCounts
Inheritance
LiveToolsAclHitCountGetResponseAclCounts
Inherited Members

Constructors

LiveToolsAclHitCountGetResponseAclCounts()

public LiveToolsAclHitCountGetResponseAclCounts()

Properties

Ipv4

Total number of matched IPv4 packets

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipv4")]
public int Ipv4 { get; set; }

Property Value

int

Ipv6

Total number of matched IPv6 packets

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipv6")]
public int Ipv6 { get; set; }

Property Value

int

Total

Total number of matched packets across all IP versions

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }

Property Value

int