Class: Google::Cloud::CloudDMS::V1::SeedConversionWorkspaceRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#auto_commit::Boolean

Returns Should the conversion workspace be committed automatically after the seed operation.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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}.

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}.



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.

Returns:

  • (::String)

    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