Table of Contents

Class LiveToolsAclHitCountGetResponseAclDestination

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

Destination address and port configuration for the rule

[DataContract]
public class LiveToolsAclHitCountGetResponseAclDestination
Inheritance
LiveToolsAclHitCountGetResponseAclDestination
Inherited Members

Constructors

LiveToolsAclHitCountGetResponseAclDestination()

public LiveToolsAclHitCountGetResponseAclDestination()

Properties

Address

Destination IP address for the rule, or "any"

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

Property Value

string

Port

Destination port configuration for the rule.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "port")]
public List<LiveToolsAclHitCountGetResponseAclDestinationPortItem> Port { get; set; }

Property Value

List<LiveToolsAclHitCountGetResponseAclDestinationPortItem>