public sealed class CloudSqlConnectionProfile : IMessage<CloudSqlConnectionProfile>, IEquatable<CloudSqlConnectionProfile>, IDeepCloneable<CloudSqlConnectionProfile>, IBufferMessage, IMessageSpecifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.
Implements
IMessage<CloudSqlConnectionProfile>, IEquatable<CloudSqlConnectionProfile>, IDeepCloneable<CloudSqlConnectionProfile>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
CloudSqlConnectionProfile()
public CloudSqlConnectionProfile()CloudSqlConnectionProfile(CloudSqlConnectionProfile)
public CloudSqlConnectionProfile(CloudSqlConnectionProfile other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudSqlConnectionProfile |
Properties
CloudSqlId
public string CloudSqlId { get; set; }Output only. The Cloud SQL instance ID that this connection profile is associated with.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PrivateIp
public string PrivateIp { get; set; }Output only. The Cloud SQL database instance's private IP.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PublicIp
public string PublicIp { get; set; }Output only. The Cloud SQL database instance's public IP.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Settings
public CloudSqlSettings Settings { get; set; }Immutable. Metadata used to create the destination Cloud SQL database.
| Property Value | |
|---|---|
| Type | Description |
CloudSqlSettings |
|