Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::AlloyDbConnectionProfile.
Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_id
def cluster_id() -> ::String
Returns
- (::String) — Required. The AlloyDB cluster ID that this connection profile is associated with.
#cluster_id=
def cluster_id=(value) -> ::String
Parameter
- value (::String) — 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.
#settings
def settings() -> ::Google::Cloud::CloudDMS::V1::AlloyDbSettings
Returns
- (::Google::Cloud::CloudDMS::V1::AlloyDbSettings) — Immutable. Metadata used to create the destination AlloyDB cluster.
#settings=
def settings=(value) -> ::Google::Cloud::CloudDMS::V1::AlloyDbSettings
Parameter
- value (::Google::Cloud::CloudDMS::V1::AlloyDbSettings) — Immutable. Metadata used to create the destination AlloyDB cluster.
Returns
- (::Google::Cloud::CloudDMS::V1::AlloyDbSettings) — Immutable. Metadata used to create the destination AlloyDB cluster.