Table of Contents

Class LiveToolsAclHitCountGetResponseAclDestinationPortItem

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

Destination port configuration for the rule.

[DataContract]
public class LiveToolsAclHitCountGetResponseAclDestinationPortItem
Inheritance
LiveToolsAclHitCountGetResponseAclDestinationPortItem
Inherited Members

Constructors

LiveToolsAclHitCountGetResponseAclDestinationPortItem()

public LiveToolsAclHitCountGetResponseAclDestinationPortItem()

Properties

Operator

Specifies what operator to use while checking if the protocol port matches the given port(s). enum = ["any", "equals", "greaterThan", "lesserThan", "notEquals", ...]

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "operator")]
public string Operator { get; set; }

Property Value

string

Ports

When the operator is "lesserThan" or "greaterThan" then the port list will have one entry for the operator. When the operator is "range" then port list will have two values with the range being between the values. When the operator is "equals" and "notEquals", then there may be any number of ports. When the operator is "any", then the port property will not be present.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public List<int> Ports { get; set; }

Property Value

List<int>