Class: Google::Cloud::NetworkManagement::V1::RerunConnectivityTestRequest

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

Overview

Request for the RerunConnectivityTest method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Connectivity Test resource name using the form: projects/{project_id}/locations/global/connectivityTests/{test_id}.

Returns:

  • (::String)

    Required. Connectivity Test resource name using the form: projects/{project_id}/locations/global/connectivityTests/{test_id}



139
140
141
142
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 139

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