Class NetworksSwitchDhcpServerPolicyArpInspectionWarning
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
Name
Switch name.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Serial
Switch serial.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
SupportsInspection
Whether this switch supports Dynamic ARP Inspection.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "supportsInspection")]
public bool SupportsInspection { get; set; }
Property Value
Url
Url link to switch.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }