MySqlConnectionProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Specifies connection parameters required specifically for MySQL databases.
Attributes |
|
---|---|
Name | Description |
host |
str
Required. The IP or hostname of the source MySQL database. |
port |
int
Required. The network port of the source MySQL database. |
username |
str
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service. |
password |
str
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service. |
password_set |
bool
Output only. Indicates If this connection profile password is stored. |
ssl |
google.cloud.clouddms_v1.types.SslConfig
SSL configuration for the destination to connect to the source database. |
cloud_sql_id |
str
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source. |