CloudSqlConnectionProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.
Attributes |
|
---|---|
Name | Description |
cloud_sql_id |
str
Output only. The Cloud SQL instance ID that this connection profile is associated with. |
settings |
google.cloud.clouddms_v1.types.CloudSqlSettings
Immutable. Metadata used to create the destination Cloud SQL database. |
private_ip |
str
Output only. The Cloud SQL database instance's private IP. |
public_ip |
str
Output only. The Cloud SQL database instance's public IP. |
additional_public_ip |
str
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). |