public static interface InterconnectDiagnostics.LinkLLDPStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPeerChassisId()
The peer chassis component of the endpoint identifier associated with the
transmitting LLDP agent.
|
com.google.protobuf.ByteString |
getPeerChassisIdBytes()
The peer chassis component of the endpoint identifier associated with the
transmitting LLDP agent.
|
String |
getPeerChassisIdType()
The format and source of the peer chassis identifier string.
|
com.google.protobuf.ByteString |
getPeerChassisIdTypeBytes()
The format and source of the peer chassis identifier string.
|
String |
getPeerPortId()
The port component of the endpoint identifier associated with the
transmitting LLDP agent.
|
com.google.protobuf.ByteString |
getPeerPortIdBytes()
The port component of the endpoint identifier associated with the
transmitting LLDP agent.
|
String |
getPeerPortIdType()
The format and source of the peer port identifier string.
|
com.google.protobuf.ByteString |
getPeerPortIdTypeBytes()
The format and source of the peer port identifier string.
|
String |
getPeerSystemDescription()
The textual description of the network entity of LLDP peer.
|
com.google.protobuf.ByteString |
getPeerSystemDescriptionBytes()
The textual description of the network entity of LLDP peer.
|
String |
getPeerSystemName()
The peer system's administratively assigned name.
|
com.google.protobuf.ByteString |
getPeerSystemNameBytes()
The peer system's administratively assigned name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPeerSystemName()
The peer system's administratively assigned name.
string peer_system_name = 1;com.google.protobuf.ByteString getPeerSystemNameBytes()
The peer system's administratively assigned name.
string peer_system_name = 1;String getPeerSystemDescription()
The textual description of the network entity of LLDP peer.
string peer_system_description = 2;com.google.protobuf.ByteString getPeerSystemDescriptionBytes()
The textual description of the network entity of LLDP peer.
string peer_system_description = 2;String getPeerChassisId()
The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.
string peer_chassis_id = 3;com.google.protobuf.ByteString getPeerChassisIdBytes()
The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.
string peer_chassis_id = 3;String getPeerChassisIdType()
The format and source of the peer chassis identifier string.
string peer_chassis_id_type = 4;com.google.protobuf.ByteString getPeerChassisIdTypeBytes()
The format and source of the peer chassis identifier string.
string peer_chassis_id_type = 4;String getPeerPortId()
The port component of the endpoint identifier associated with the transmitting LLDP agent. If the specified port is an IEEE 802.3 Repeater port, then this TLV is optional.
string peer_port_id = 5;com.google.protobuf.ByteString getPeerPortIdBytes()
The port component of the endpoint identifier associated with the transmitting LLDP agent. If the specified port is an IEEE 802.3 Repeater port, then this TLV is optional.
string peer_port_id = 5;String getPeerPortIdType()
The format and source of the peer port identifier string.
string peer_port_id_type = 6;com.google.protobuf.ByteString getPeerPortIdTypeBytes()
The format and source of the peer port identifier string.
string peer_port_id_type = 6;Copyright © 2025 Google LLC. All rights reserved.