public sealed class ConnectionProfile : IMessage<ConnectionProfile>, IEquatable<ConnectionProfile>, IDeepCloneable<ConnectionProfile>, IBufferMessage, IMessage
A set of reusable connection configurations to be used as a source or
destination for a stream.
[[["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-09 UTC."],[[["The `ConnectionProfile` class in the `Google.Cloud.Datastream.V1` namespace provides reusable configurations for establishing connections, whether as a data source or destination for a stream."],["This `ConnectionProfile` class offers support for various connectivity methods, including Forward SSH tunnel, private connectivity, and static service IP."],["`ConnectionProfile` supports specific database types like MySQL and Oracle, with dedicated profile configurations available, such as `MysqlProfile` and `OracleProfile`."],["The latest version of `ConnectionProfile` is `2.9.0`, and the documented class `ConnectionProfile` is part of version `2.0.0` but previous and newer versions are accessible, dating back to `1.0.0`."],["Key properties include `CreateTime`, `UpdateTime`, `DisplayName`, and `Name`, which deal with resource management and identification, as well as the `Labels` property for categorizing and organizing profiles."]]],[]]