Class CloudSqlConnectionProfile
Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class CloudSqlConnectionProfile : IDirectResponseSchema
Properties
AdditionalPublicIp
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).
Declaration
[JsonProperty("additionalPublicIp")]
public virtual string AdditionalPublicIp { get; set; }
Property Value
Type | Description |
---|---|
string |
CloudSqlId
Output only. The Cloud SQL instance ID that this connection profile is associated with.
Declaration
[JsonProperty("cloudSqlId")]
public virtual string CloudSqlId { 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 |
PrivateIp
Output only. The Cloud SQL database instance's private IP.
Declaration
[JsonProperty("privateIp")]
public virtual string PrivateIp { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicIp
Output only. The Cloud SQL database instance's public IP.
Declaration
[JsonProperty("publicIp")]
public virtual string PublicIp { get; set; }
Property Value
Type | Description |
---|---|
string |
Settings
Immutable. Metadata used to create the destination Cloud SQL database.
Declaration
[JsonProperty("settings")]
public virtual CloudSqlSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
CloudSqlSettings |