Class CloudSqlConnectionProfile (1.4.0)

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

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > CloudSqlConnectionProfile