Class: Google::Cloud::EdgeNetwork::V1::DiagnoseNetworkRequest

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

Overview

Message for requesting the diagnostics of a network within a specific zone.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the network resource.

Returns:

  • (::String)

    Required. The name of the network resource.



627
628
629
630
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 627

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