Class: Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics::LinkStatus

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 the status for each link on the Interconnect.

Instance Attribute Summary collapse

Instance Attribute Details

#circuit_id::String

Returns The unique ID for this link assigned during turn up by Google.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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.

Returns:



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