Class LiveToolsArpTableResultTableEntry
Live Tools Arp Table Result Table Entry
[DataContract]
public class LiveToolsArpTableResultTableEntry
- Inheritance
-
LiveToolsArpTableResultTableEntry
- Inherited Members
Properties
Ip
The IP address of the ARP table entry
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ip")]
public string Ip { get; set; }
Property Value
LastUpdatedAt
Time of the last update of the ARP table entry
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lastUpdatedAt")]
public DateTime LastUpdatedAt { get; set; }
Property Value
Mac
The MAC address of the ARP table entry
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
VlanId
The VLAN ID of the ARP table entry
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlanId")]
public int VlanId { get; set; }