Class LiveToolsAclHitCountGetResponseAcl
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
Destination
Destination address and port configuration for the rule
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "destination")]
public LiveToolsAclHitCountGetResponseAclDestination Destination { get; set; }
Property Value
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
IpVersion
IP Version for the rule, or "any"
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipVersion")]
public IpVersion IpVersion { get; set; }
Property Value
Policy
Action to be taken on packets matching the rule
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "policy")]
public AclPolicy Policy { get; set; }
Property Value
Source
Source address and port configuration for the rule
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "source")]
public LiveToolsAclHitCountGetResponseAclSource Source { get; set; }