Interface protos.google.cloud.clouddms.v1.IPostgreSqlConnectionProfile (2.2.2)

Properties of a PostgreSqlConnectionProfile.

Package

@google-cloud/dms

Properties

cloudSqlId

cloudSqlId?: (string|null);

PostgreSqlConnectionProfile cloudSqlId

host

host?: (string|null);

PostgreSqlConnectionProfile host

password

password?: (string|null);

PostgreSqlConnectionProfile password

passwordSet

passwordSet?: (boolean|null);

PostgreSqlConnectionProfile passwordSet

port

port?: (number|null);

PostgreSqlConnectionProfile port

ssl

ssl?: (google.cloud.clouddms.v1.ISslConfig|null);

PostgreSqlConnectionProfile ssl

username

username?: (string|null);

PostgreSqlConnectionProfile username