Class: Google::Cloud::EdgeNetwork::V1::DiagnoseInterconnectResponse
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::DiagnoseInterconnectResponse
- 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
-
#result ⇒ ::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics
The network status of a specific interconnect.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The time when the interconnect diagnostics was last updated.
Instance Attribute Details
#result ⇒ ::Google::Cloud::EdgeNetwork::V1::InterconnectDiagnostics
Returns The network status of a specific interconnect.
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.
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 |