public sealed class AlloyDbConnectionProfile : IMessage<AlloyDbConnectionProfile>, IEquatable<AlloyDbConnectionProfile>, IDeepCloneable<AlloyDbConnectionProfile>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class AlloyDbConnectionProfile.
Specifies required connection parameters, and the parameters
required to create an AlloyDB destination cluster.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation outlines the `AlloyDbConnectionProfile` class within the Google Cloud Database Migration v1 API, which is used to define parameters for connecting to and creating AlloyDB destination clusters."],["The latest version of `AlloyDbConnectionProfile` is 2.5.0, with previous versions available ranging from 1.0.0 to 2.4.0."],["The `AlloyDbConnectionProfile` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `System.Object`."],["Key properties of `AlloyDbConnectionProfile` include `ClusterId` (a string representing the associated AlloyDB cluster ID) and `Settings` (an `AlloyDbSettings` object for cluster metadata)."],["The class provides two constructors, one default and another that takes an existing `AlloyDbConnectionProfile` instance for creating a new one."]]],[]]