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
-
(::String) — Required. The parent resource of the Connectivity Test to create:
projects/{project_id}/locations/global
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource of the Connectivity Test to create:
projects/{project_id}/locations/global
-
(::String) — Required. The parent resource of the Connectivity Test to create:
projects/{project_id}/locations/global
#resource
def resource() -> ::Google::Cloud::NetworkManagement::V1::ConnectivityTest
-
(::Google::Cloud::NetworkManagement::V1::ConnectivityTest) — Required. A
ConnectivityTest
resource
#resource=
def resource=(value) -> ::Google::Cloud::NetworkManagement::V1::ConnectivityTest
-
value (::Google::Cloud::NetworkManagement::V1::ConnectivityTest) — Required. A
ConnectivityTest
resource
-
(::Google::Cloud::NetworkManagement::V1::ConnectivityTest) — Required. A
ConnectivityTest
resource
#test_id
def test_id() -> ::String
-
(::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
-
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
-
(::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