public sealed class CloudSqlConnectionProfile : IMessage<CloudSqlConnectionProfile>, IEquatable<CloudSqlConnectionProfile>, IDeepCloneable<CloudSqlConnectionProfile>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class CloudSqlConnectionProfile.
Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.
Implements
IMessageCloudSqlConnectionProfile, IEquatableCloudSqlConnectionProfile, IDeepCloneableCloudSqlConnectionProfile, 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
AdditionalPublicIp
public string AdditionalPublicIp { get; set; }
Output only. The Cloud SQL database instance's additional (outgoing) public IP. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
Property Value | |
---|---|
Type | Description |
string |
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 |