Table of Contents

Class LiveToolsAclHitCountGetResponseAclIpProtocol

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

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

        IP Protocol Number for the rule, if the type is "number". 

See

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

Property Value

int

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

string

Type

The type of protocol rule for this ACL

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public ProtocolRuleType Type { get; set; }

Property Value

ProtocolRuleType