Postgre Sql Connection Profile Response
data class PostgreSqlConnectionProfileResponse(val cloudSqlId: String, val host: String, val networkArchitecture: String, val password: String, val passwordSet: Boolean, val port: Int, val privateServiceConnectConnectivity: PrivateServiceConnectConnectivityResponse, val ssl: SslConfigResponse, val staticIpConnectivity: StaticIpConnectivityResponse, val username: String)
Specifies connection parameters required specifically for PostgreSQL databases.
Constructors
Link copied to clipboard
constructor(cloudSqlId: String, host: String, networkArchitecture: String, password: String, passwordSet: Boolean, port: Int, privateServiceConnectConnectivity: PrivateServiceConnectConnectivityResponse, ssl: SslConfigResponse, staticIpConnectivity: StaticIpConnectivityResponse, username: String)
Properties
Link copied to clipboard
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
Link copied to clipboard
If the source is a Cloud SQL database, this field indicates the network architecture it's associated with.
Link copied to clipboard
Indicates If this connection profile password is stored.
Link copied to clipboard
Private service connect connectivity.
Link copied to clipboard
SSL configuration for the destination to connect to the source database.
Link copied to clipboard
Static ip connectivity data (default, no additional details needed).