Class: Google::Cloud::EdgeNetwork::V1::DiagnoseRouterResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#result::Google::Cloud::EdgeNetwork::V1::RouterStatus

Returns The network status of a specific router.

Returns:



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.

Returns:



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