Class: Google::Cloud::EdgeNetwork::V1::DiagnoseInterconnectResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/edgenetwork/v1/service.rb

Overview

DiagnoseInterconnectResponse contains the current diagnostics for a specific interconnect.

Instance Attribute Summary collapse

Instance Attribute Details

#result::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics

Returns The network status of a specific interconnect.

Returns:



687
688
689
690
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 687

class DiagnoseInterconnectResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp

Returns The time when the interconnect diagnostics was last updated.

Returns:



687
688
689
690
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 687

class DiagnoseInterconnectResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end