Class: Google::Cloud::CloudDMS::V1::CreatePrivateConnectionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::CreatePrivateConnectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Request message to create a new private connection in the specified project and region.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#private_connection ⇒ ::Google::Cloud::CloudDMS::V1::PrivateConnection
Required.
-
#private_connection_id ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#skip_validation ⇒ ::Boolean
Optional.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent that owns the collection of PrivateConnections.
494 495 496 497 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 494 class CreatePrivateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_connection ⇒ ::Google::Cloud::CloudDMS::V1::PrivateConnection
Returns Required. The private connection resource to create.
494 495 496 497 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 494 class CreatePrivateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_connection_id ⇒ ::String
Returns Required. The private connection identifier.
494 495 496 497 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 494 class CreatePrivateConnectionRequest 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.
494 495 496 497 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 494 class CreatePrivateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_validation ⇒ ::Boolean
Returns Optional. If set to true, will skip validations.
494 495 496 497 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 494 class CreatePrivateConnectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |