The LLDP/CDP information
Input Type | Accessed Type | Description | Notes |
---|---|---|---|
dict, frozendict.frozendict, | frozendict.frozendict, | The LLDP/CDP information |
Key | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
port_id | str, | str, | The port ID. | [optional] |
system_id | str, | str, | The system ID. | [optional] |
system_name | str, | str, | The system name. | [optional] |
interface_name | str, | str, | The interface name. | [optional] |
management_ip | str, | str, | The management IP. | [optional] |
port_description | str, | str, | The port description. | [optional] |
any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |