Class DeviceLiveToolsMacTableGetResponseEntry
MAC address table entry
[DataContract]
public class DeviceLiveToolsMacTableGetResponseEntry
- Inheritance
-
DeviceLiveToolsMacTableGetResponseEntry
- Inherited Members
Constructors
DeviceLiveToolsMacTableGetResponseEntry()
public DeviceLiveToolsMacTableGetResponseEntry()
Properties
Mac
The MAC address of the MAC entry
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Port
The name of the interface of the MAC entry
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "port")]
public string Port { get; set; }
Property Value
VlanId
The vlan id of the MAC entry
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlanId")]
public int VlanId { get; set; }