Class: Google::Cloud::EdgeNetwork::V1::DiagnoseInterconnectRequest

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 an interconnect within a specific zone.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the interconnect resource.

Returns:

  • (::String)

    Required. The name of the interconnect resource.



674
675
676
677
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 674

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