PostgreSqlConnectionProfile constructor

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

Implementation

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