Class: Google::Cloud::EdgeNetwork::V1::DiagnoseRouterResponse
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::DiagnoseRouterResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/service.rb
Overview
DiagnoseRouterResponse contains the current status for a specific router.
Instance Attribute Summary collapse
-
#result ⇒ ::Google::Cloud::EdgeNetwork::V1::RouterStatus
The network status of a specific router.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The time when the router status was last updated.
Instance Attribute Details
#result ⇒ ::Google::Cloud::EdgeNetwork::V1::RouterStatus
Returns The network status of a specific router.
708 709 710 711 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 708 class DiagnoseRouterResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the router status was last updated.
708 709 710 711 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 708 class DiagnoseRouterResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |