Class InterconnectDiagnosticsARPEntry (1.18.0)

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

Describing the ARP neighbor entries seen on this link

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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.