PostgreSqlConnectionProfile constructor

PostgreSqlConnectionProfile({
  1. String? alloydbClusterId,
  2. String? cloudSqlId,
  3. String? database,
  4. String? host,
  5. String? networkArchitecture,
  6. String? password,
  7. bool? passwordSet,
  8. int? port,
  9. PrivateServiceConnectConnectivity? privateServiceConnectConnectivity,
  10. SslConfig? ssl,
  11. StaticIpConnectivity? staticIpConnectivity,
  12. String? username,
})

Implementation

PostgreSqlConnectionProfile({
  this.alloydbClusterId,
  this.cloudSqlId,
  this.database,
  this.host,
  this.networkArchitecture,
  this.password,
  this.passwordSet,
  this.port,
  this.privateServiceConnectConnectivity,
  this.ssl,
  this.staticIpConnectivity,
  this.username,
});