Network Management V1 API - Class Google::Cloud::NetworkManagement::V1::CreateConnectivityTestRequest (v0.2.0)

Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::CreateConnectivityTestRequest.

Request for the CreateConnectivityTest method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the Connectivity Test to create: projects/{project_id}/locations/global

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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

#resource

def resource() -> ::Google::Cloud::NetworkManagement::V1::ConnectivityTest
Returns

#resource=

def resource=(value) -> ::Google::Cloud::NetworkManagement::V1::ConnectivityTest
Parameter
Returns

#test_id

def test_id() -> ::String
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

#test_id=

def test_id=(value) -> ::String
Parameter
  • value (::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
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