Name: LldpInterfaceInfo

This object represent the output of the LLDP command of an interface.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.LldpInterfaceInfo",
   "age": <String>,
   "capsAvailable": <String>,
   "capsEnabled": <String>,
   "chassisIdDescr": <String>,
   "chassisIdType": <String>,
   "locator": <String>,
   "mgmtIp": <String>,
   "nw_interface": <String>,
   "origin": <String>,
   "portDescr": <String>,
   "portIdDescr": <String>,
   "portIdType": <String>,
   "rid": <Number>,
   "sysDescr": <String>,
   "sysName": <String>,
   "ttl": <Number>,
}

Attributes
NameTypeDescription
agexsd:stringReturns the age.
capsAvailablexsd:stringReturns the available capacity.
capsEnabledxsd:stringReturns the enabled capacity.
chassisIdDescrxsd:stringReturns the chassis ID description.
chassisIdTypexsd:stringReturns the the chassis ID type.
locatorxsd:stringReturns the locator for this interface.
mgmtIpxsd:stringReturns the management IP.
nw_interfacexsd:stringReturns the network interface.
originxsd:stringReturns the origin of the data.
portDescrxsd:stringReturns the port description.
portIdDescrxsd:stringReturns the port ID description.
portIdTypexsd:stringReturns the port ID type.
ridxsd:shortReturns the RID.
sysDescrxsd:stringReturns sthe ystem description.
sysNamexsd:stringReturns the system name.
ttlxsd:shortReturns the time to live (ttl).