public static interface InterconnectDiagnostics.LinkLLDPStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPeerChassisId()
public abstract String getPeerChassisId()
The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.
string peer_chassis_id = 3;
Returns | |
---|---|
Type | Description |
String |
The peerChassisId. |
getPeerChassisIdBytes()
public abstract ByteString getPeerChassisIdBytes()
The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.
string peer_chassis_id = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for peerChassisId. |
getPeerChassisIdType()
public abstract String getPeerChassisIdType()
The format and source of the peer chassis identifier string.
string peer_chassis_id_type = 4;
Returns | |
---|---|
Type | Description |
String |
The peerChassisIdType. |
getPeerChassisIdTypeBytes()
public abstract ByteString getPeerChassisIdTypeBytes()
The format and source of the peer chassis identifier string.
string peer_chassis_id_type = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for peerChassisIdType. |
getPeerPortId()
public abstract 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;
Returns | |
---|---|
Type | Description |
String |
The peerPortId. |
getPeerPortIdBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for peerPortId. |
getPeerPortIdType()
public abstract String getPeerPortIdType()
The format and source of the peer port identifier string.
string peer_port_id_type = 6;
Returns | |
---|---|
Type | Description |
String |
The peerPortIdType. |
getPeerPortIdTypeBytes()
public abstract ByteString getPeerPortIdTypeBytes()
The format and source of the peer port identifier string.
string peer_port_id_type = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for peerPortIdType. |
getPeerSystemDescription()
public abstract String getPeerSystemDescription()
The textual description of the network entity of LLDP peer.
string peer_system_description = 2;
Returns | |
---|---|
Type | Description |
String |
The peerSystemDescription. |
getPeerSystemDescriptionBytes()
public abstract ByteString getPeerSystemDescriptionBytes()
The textual description of the network entity of LLDP peer.
string peer_system_description = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for peerSystemDescription. |
getPeerSystemName()
public abstract String getPeerSystemName()
The peer system's administratively assigned name.
string peer_system_name = 1;
Returns | |
---|---|
Type | Description |
String |
The peerSystemName. |
getPeerSystemNameBytes()
public abstract ByteString getPeerSystemNameBytes()
The peer system's administratively assigned name.
string peer_system_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for peerSystemName. |