ConnectionProfile constructor

ConnectionProfile({
  1. BigQueryProfile? bigqueryProfile,
  2. String? createTime,
  3. String? displayName,
  4. ForwardSshTunnelConnectivity? forwardSshConnectivity,
  5. GcsProfile? gcsProfile,
  6. Map<String, String>? labels,
  7. MongodbProfile? mongodbProfile,
  8. MysqlProfile? mysqlProfile,
  9. String? name,
  10. OracleProfile? oracleProfile,
  11. PostgresqlProfile? postgresqlProfile,
  12. PrivateConnectivity? privateConnectivity,
  13. SalesforceProfile? salesforceProfile,
  14. bool? satisfiesPzi,
  15. bool? satisfiesPzs,
  16. SqlServerProfile? sqlServerProfile,
  17. StaticServiceIpConnectivity? staticServiceIpConnectivity,
  18. String? updateTime,
})

Implementation

ConnectionProfile({
  this.bigqueryProfile,
  this.createTime,
  this.displayName,
  this.forwardSshConnectivity,
  this.gcsProfile,
  this.labels,
  this.mongodbProfile,
  this.mysqlProfile,
  this.name,
  this.oracleProfile,
  this.postgresqlProfile,
  this.privateConnectivity,
  this.salesforceProfile,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.sqlServerProfile,
  this.staticServiceIpConnectivity,
  this.updateTime,
});