Class LiveToolsAclHitCountGetResponseAclCounts
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
Ipv6
Total number of matched IPv6 packets
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipv6")]
public int Ipv6 { get; set; }
Property Value
Total
Total number of matched packets across all IP versions
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }