Class InterconnectDiagnosticsARPEntry

InterconnectDiagnosticsARPEntry(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Describing the ARP neighbor entries seen on this link

Attributes

NameDescription
ip_address str
The IP address of this ARP neighbor. This field is a member of `oneof`_ ``_ip_address``.
mac_address str
The MAC address of this ARP neighbor. This field is a member of `oneof`_ ``_mac_address``.

Inheritance

builtins.object > proto.message.Message > InterconnectDiagnosticsARPEntry