Table of Contents

Class NetworksSwitchDhcpServerPolicyArpInspectionWarning

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

Networks Switch Dhcp Server Policy Arp Inspection Warning

[DataContract]
public class NetworksSwitchDhcpServerPolicyArpInspectionWarning
Inheritance
NetworksSwitchDhcpServerPolicyArpInspectionWarning
Inherited Members

Constructors

NetworksSwitchDhcpServerPolicyArpInspectionWarning()

public NetworksSwitchDhcpServerPolicyArpInspectionWarning()

Properties

HasTrustedPort

Whether this switch has a trusted DAI port. Always false if supportsInspection is false.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "hasTrustedPort")]
public bool HasTrustedPort { get; set; }

Property Value

bool

Name

Switch name.

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

Property Value

string

Serial

Switch serial.

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

Property Value

string

SupportsInspection

Whether this switch supports Dynamic ARP Inspection.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "supportsInspection")]
public bool SupportsInspection { get; set; }

Property Value

bool

Url

Url link to switch.

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

Property Value

string