Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::SeedConversionWorkspaceRequest.
Request message for 'SeedConversionWorkspace' request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auto_commit
def auto_commit() -> ::Boolean
- (::Boolean) — Should the conversion workspace be committed automatically after the seed operation.
#auto_commit=
def auto_commit=(value) -> ::Boolean
- value (::Boolean) — Should the conversion workspace be committed automatically after the seed operation.
- (::Boolean) — Should the conversion workspace be committed automatically after the seed operation.
#destination_connection_profile
def destination_connection_profile() -> ::String
-
(::String) — Optional. Fully qualified (Uri) name of the destination connection
profile.
Note: The following fields are mutually exclusive:
destination_connection_profile
,source_connection_profile
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#destination_connection_profile=
def destination_connection_profile=(value) -> ::String
-
value (::String) — Optional. Fully qualified (Uri) name of the destination connection
profile.
Note: The following fields are mutually exclusive:
destination_connection_profile
,source_connection_profile
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Fully qualified (Uri) name of the destination connection
profile.
Note: The following fields are mutually exclusive:
destination_connection_profile
,source_connection_profile
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#name
def name() -> ::String
- (::String) — Name of the conversion workspace resource to seed with new database structure, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
#name=
def name=(value) -> ::String
- value (::String) — Name of the conversion workspace resource to seed with new database structure, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
- (::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
def source_connection_profile() -> ::String
-
(::String) — Optional. Fully qualified (Uri) name of the source connection profile.
Note: The following fields are mutually exclusive:
source_connection_profile
,destination_connection_profile
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#source_connection_profile=
def source_connection_profile=(value) -> ::String
-
value (::String) — Optional. Fully qualified (Uri) name of the source connection profile.
Note: The following fields are mutually exclusive:
source_connection_profile
,destination_connection_profile
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Fully qualified (Uri) name of the source connection profile.
Note: The following fields are mutually exclusive:
source_connection_profile
,destination_connection_profile
. If a field in that set is populated, all other fields in the set will automatically be cleared.