Class: Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLLDPStatus

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#peer_chassis_id::String

Returns The peer chassis component of the endpoint identifier associated with the transmitting LLDP agent.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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