Class: Google::Cloud::CloudDMS::V1::AlloyDbConnectionProfile

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb

Overview

Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns Required. The AlloyDB cluster ID that this connection profile is associated with.

Returns:

  • (::String)

    Required. The AlloyDB cluster ID that this connection profile is associated with.



218
219
220
221
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 218

class AlloyDbConnectionProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#settings::Google::Cloud::CloudDMS::V1::AlloyDbSettings

Returns Immutable. Metadata used to create the destination AlloyDB cluster.

Returns:



218
219
220
221
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 218

class AlloyDbConnectionProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end