Class: Google::Cloud::NetworkManagement::V1::CreateConnectivityTestRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::CreateConnectivityTestRequest
- 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
-
#parent ⇒ ::String
Required.
-
#resource ⇒ ::Google::Cloud::NetworkManagement::V1::ConnectivityTest
Required.
-
#test_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
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.
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 |