Class: Google::Cloud::CloudDMS::V1::SeedConversionWorkspaceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SeedConversionWorkspaceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Request message for 'SeedConversionWorkspace' request.
Instance Attribute Summary collapse
-
#auto_commit ⇒ ::Boolean
Should the conversion workspace be committed automatically after the seed operation.
-
#destination_connection_profile ⇒ ::String
Optional.
-
#name ⇒ ::String
Name of the conversion workspace resource to seed with new database structure, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
-
#source_connection_profile ⇒ ::String
Optional.
Instance Attribute Details
#auto_commit ⇒ ::Boolean
Returns Should the conversion workspace be committed automatically after the seed operation.
844 845 846 847 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 844 class SeedConversionWorkspaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_connection_profile ⇒ ::String
Returns Optional. Fully qualified (Uri) name of the destination connection profile.
844 845 846 847 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 844 class SeedConversionWorkspaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the conversion workspace resource to seed with new database structure, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
844 845 846 847 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 844 class SeedConversionWorkspaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_connection_profile ⇒ ::String
Returns Optional. Fully qualified (Uri) name of the source connection profile.
844 845 846 847 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 844 class SeedConversionWorkspaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |