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.
Implements
IMessageAlloyDbConnectionProfile, IEquatableAlloyDbConnectionProfile, IDeepCloneableAlloyDbConnectionProfile, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
AlloyDbConnectionProfile()
public AlloyDbConnectionProfile()
AlloyDbConnectionProfile(AlloyDbConnectionProfile)
public AlloyDbConnectionProfile(AlloyDbConnectionProfile other)
Parameter | |
---|---|
Name | Description |
other | AlloyDbConnectionProfile |
Properties
ClusterId
public string ClusterId { get; set; }
Required. The AlloyDB cluster ID that this connection profile is associated with.
Property Value | |
---|---|
Type | Description |
string |
Settings
public AlloyDbSettings Settings { get; set; }
Immutable. Metadata used to create the destination AlloyDB cluster.
Property Value | |
---|---|
Type | Description |
AlloyDbSettings |