Class: Google::Cloud::CloudDMS::V1::AlloyDbConnectionProfile
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::AlloyDbConnectionProfile
- 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
-
#cluster_id ⇒ ::String
Required.
-
#settings ⇒ ::Google::Cloud::CloudDMS::V1::AlloyDbSettings
Immutable.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns 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.
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 |