Class: Google::Cloud::NetworkManagement::V1::CreateConnectivityTestRequest

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 CreateConnectivityTest method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource of the Connectivity Test to create: projects/{project_id}/locations/global.

Returns:

  • (::String)

    Required. The parent resource of the Connectivity Test to create: projects/{project_id}/locations/global



106
107
108
109
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 106

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

#resource::Google::Cloud::NetworkManagement::V1::ConnectivityTest

Returns Required. A ConnectivityTest resource.

Returns:



106
107
108
109
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 106

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

#test_id::String

Returns Required. The logical name of the Connectivity Test in your project with the following restrictions:

  • Must contain only lowercase letters, numbers, and hyphens.
  • Must start with a letter.
  • Must be between 1-40 characters.
  • Must end with a number or a letter.
  • Must be unique within the customer project.

Returns:

  • (::String)

    Required. The logical name of the Connectivity Test in your project with the following restrictions:

    • Must contain only lowercase letters, numbers, and hyphens.
    • Must start with a letter.
    • Must be between 1-40 characters.
    • Must end with a number or a letter.
    • Must be unique within the customer project


106
107
108
109
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 106

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