Class AlloyDbConnectionProfile
Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class AlloyDbConnectionProfile : IDirectResponseSchema
Properties
ClusterId
Required. The AlloyDB cluster ID that this connection profile is associated with.
Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Settings
Immutable. Metadata used to create the destination AlloyDB cluster.
Declaration
[JsonProperty("settings")]
public virtual AlloyDbSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
AlloyDbSettings |