GoogleApi.DataMigration.V1.Model.PostgreSqlConnectionProfile (google_api_data_migration v0.7.0) View Source
Specifies connection parameters required specifically for PostgreSQL databases.
Attributes
-
cloudSqlId
(type:String.t
, default:nil
) - If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source. -
host
(type:String.t
, default:nil
) - Required. The IP or hostname of the source PostgreSQL database. -
password
(type:String.t
, default:nil
) - 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. -
passwordSet
(type:boolean()
, default:nil
) - Output only. Indicates If this connection profile password is stored. -
port
(type:integer()
, default:nil
) - Required. The network port of the source PostgreSQL database. -
ssl
(type:GoogleApi.DataMigration.V1.Model.SslConfig.t
, default:nil
) - SSL configuration for the destination to connect to the source database. -
username
(type:String.t
, default:nil
) - Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.