Table of Contents

Class LiveToolsAclHitCountGetResponseAclSource

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

Source address and port configuration for the rule

[DataContract]
public class LiveToolsAclHitCountGetResponseAclSource
Inheritance
LiveToolsAclHitCountGetResponseAclSource
Inherited Members

Constructors

LiveToolsAclHitCountGetResponseAclSource()

public LiveToolsAclHitCountGetResponseAclSource()

Properties

Address

Source IP address for the rule, or "any"

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

Property Value

string

Port

Source port configuration for the rule.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "port")]
public LiveToolsAclHitCountGetResponseAclSourcePort Port { get; set; }

Property Value

LiveToolsAclHitCountGetResponseAclSourcePort