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-04-17 UTC."],[[["The latest version of the `AlloyDbConnectionProfile` class is 2.5.0, and it is part of the Google Cloud Database Migration v1 API."],["The `AlloyDbConnectionProfile` class is used to specify connection parameters and required information for creating an AlloyDB destination cluster."],["The `AlloyDbConnectionProfile` class is implemented from the following: `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage` and `IMessage`."],["This class contains two constructors and two properties: `ClusterId`, which is required and represents the associated AlloyDB cluster ID, and `Settings`, which contains immutable metadata used to create the destination cluster."],["The `AlloyDbConnectionProfile` class can be used to create an instance of an AlloyDbConnectionProfile object, either default or copied from an existing AlloyDbConnectionProfile."]]],[]]