Class: Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkStatus
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/resources.rb
Overview
Describing the status for each link on the Interconnect.
Instance Attribute Summary collapse
-
#circuit_id ⇒ ::String
The unique ID for this link assigned during turn up by Google.
-
#lacp_status ⇒ ::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLACPStatus
Describing the state of a LACP link.
-
#lldp_statuses ⇒ ::Array<::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLLDPStatus>
A list of LinkLLDPStatus objects, used to describe LLDP status of each peer for each link on the Interconnect.
-
#packet_counts ⇒ ::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::PacketCounts
Packet counts specific statistics for this link.
Instance Attribute Details
#circuit_id ⇒ ::String
Returns The unique ID for this link assigned during turn up by Google.
455 456 457 458 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 455 class LinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lacp_status ⇒ ::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLACPStatus
Returns Describing the state of a LACP link.
455 456 457 458 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 455 class LinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lldp_statuses ⇒ ::Array<::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkLLDPStatus>
Returns A list of LinkLLDPStatus objects, used to describe LLDP status of each peer for each link on the Interconnect.
455 456 457 458 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 455 class LinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#packet_counts ⇒ ::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::PacketCounts
Returns Packet counts specific statistics for this link.
455 456 457 458 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 455 class LinkStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |