Class LiveToolsAclHitCountGetResponseAclIpProtocol
IP Protocol for the rule. This allows the ACL to filter on specific protocols, such as TCP
[DataContract]
public class LiveToolsAclHitCountGetResponseAclIpProtocol
- Inheritance
-
LiveToolsAclHitCountGetResponseAclIpProtocol
- Inherited Members
Constructors
LiveToolsAclHitCountGetResponseAclIpProtocol()
public LiveToolsAclHitCountGetResponseAclIpProtocol()
Properties
Number
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "number")]
public int Number { get; set; }
Property Value
ObjectGroup
The object group for this protocol rule, if the type is "objectGroup"
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "objectGroup")]
public string ObjectGroup { get; set; }
Property Value
Type
The type of protocol rule for this ACL
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public ProtocolRuleType Type { get; set; }