Table of Contents

Class DhcpServerPolicyArpInspection

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

No documentation available

[DataContract]
public class DhcpServerPolicyArpInspection
Inheritance
DhcpServerPolicyArpInspection
Inherited Members

Properties

Enabled

No documentation available

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool

UnsupportedModels

List of switch models that does not support dynamic ARP inspection

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "unsupportedModels")]
public List<string>? UnsupportedModels { get; set; }

Property Value

List<string>