PostgreSqlConnectionProfile constructor

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

Implementation

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