Class: Google::Cloud::CloudDMS::V1::CreateConnectionProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::CreateConnectionProfileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Request message for 'CreateConnectionProfile' request.
Instance Attribute Summary collapse
-
#connection_profile ⇒ ::Google::Cloud::CloudDMS::V1::ConnectionProfile
Required.
-
#connection_profile_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#skip_validation ⇒ ::Boolean
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#connection_profile ⇒ ::Google::Cloud::CloudDMS::V1::ConnectionProfile
Returns Required. The create request body including the connection profile data.
408 409 410 411 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408 class CreateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#connection_profile_id ⇒ ::String
Returns Required. The connection profile identifier.
408 409 410 411 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408 class CreateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent which owns this collection of connection profiles.
408 409 410 411 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408 class CreateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.
It is recommended to always set this value to a UUID.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
408 409 410 411 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408 class CreateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_validation ⇒ ::Boolean
Returns Optional. Create the connection profile without validating it. The default is false. Only supported for Oracle connection profiles.
408 409 410 411 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408 class CreateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. Only validate the connection profile, but don't create any resources. The default is false. Only supported for Oracle connection profiles.
408 409 410 411 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 408 class CreateConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |