Database Migration v1 API - Class AlloyDbConnectionProfile (2.3.0)

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.

Inheritance

object > AlloyDbConnectionProfile

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

AlloyDbConnectionProfile()

public AlloyDbConnectionProfile()

AlloyDbConnectionProfile(AlloyDbConnectionProfile)

public AlloyDbConnectionProfile(AlloyDbConnectionProfile other)
Parameter
NameDescription
otherAlloyDbConnectionProfile

Properties

ClusterId

public string ClusterId { get; set; }

Required. The AlloyDB cluster ID that this connection profile is associated with.

Property Value
TypeDescription
string

Settings

public AlloyDbSettings Settings { get; set; }

Immutable. Metadata used to create the destination AlloyDB cluster.

Property Value
TypeDescription
AlloyDbSettings