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
Returns
- (::Boolean) — Should the conversion workspace be committed automatically after the seed operation.
#auto_commit=
def auto_commit=(value) -> ::Boolean
Parameter
- value (::Boolean) — Should the conversion workspace be committed automatically after the seed operation.
Returns
- (::Boolean) — Should the conversion workspace be committed automatically after the seed operation.
#destination_connection_profile
def destination_connection_profile() -> ::String
Returns
- (::String) — Optional. Fully qualified (Uri) name of the destination connection profile.
#destination_connection_profile=
def destination_connection_profile=(value) -> ::String
Parameter
- value (::String) — Optional. Fully qualified (Uri) name of the destination connection profile.
Returns
- (::String) — Optional. Fully qualified (Uri) name of the destination connection profile.
#name
def name() -> ::String
Returns
- (::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
Parameter
- 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}.
Returns
- (::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
Returns
- (::String) — Optional. Fully qualified (Uri) name of the source connection profile.
#source_connection_profile=
def source_connection_profile=(value) -> ::String
Parameter
- value (::String) — Optional. Fully qualified (Uri) name of the source connection profile.
Returns
- (::String) — Optional. Fully qualified (Uri) name of the source connection profile.