Class: Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLLDPStatus
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLLDPStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/resources.rb
Overview
Describing a LLDP link.
Instance Attribute Summary collapse
-
#peer_chassis_id ⇒ ::String
The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.
-
#peer_chassis_id_type ⇒ ::String
The format and source of the peer chassis identifier string.
-
#peer_port_id ⇒ ::String
The port component of the endpoint identifier associated with the transmitting LLDP agent.
-
#peer_port_id_type ⇒ ::String
The format and source of the peer port identifier string.
-
#peer_system_description ⇒ ::String
The textual description of the network entity of LLDP peer.
-
#peer_system_name ⇒ ::String
The peer system's administratively assigned name.
Instance Attribute Details
#peer_chassis_id ⇒ ::String
Returns The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.
550 551 552 553 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 550 class LinkLLDPStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_chassis_id_type ⇒ ::String
Returns The format and source of the peer chassis identifier string.
550 551 552 553 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 550 class LinkLLDPStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_port_id ⇒ ::String
Returns 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.
550 551 552 553 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 550 class LinkLLDPStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_port_id_type ⇒ ::String
Returns The format and source of the peer port identifier string.
550 551 552 553 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 550 class LinkLLDPStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_system_description ⇒ ::String
Returns The textual description of the network entity of LLDP peer.
550 551 552 553 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 550 class LinkLLDPStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_system_name ⇒ ::String
Returns The peer system's administratively assigned name.
550 551 552 553 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 550 class LinkLLDPStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |