PostgreSqlConnectionProfile class
Specifies connection parameters required specifically for PostgreSQL databases.
Constructors
- PostgreSqlConnectionProfile({String? alloydbClusterId, String? cloudSqlId, String? database, String? host, String? networkArchitecture, String? password, bool? passwordSet, int? port, PrivateServiceConnectConnectivity? privateServiceConnectConnectivity, SslConfig? ssl, StaticIpConnectivity? staticIpConnectivity, String? username})
- PostgreSqlConnectionProfile.fromJson(Map json_)
Properties
- alloydbClusterId ↔ String?
- 
  If the destination is an AlloyDB database, use this field to provide the
AlloyDB cluster ID.
  getter/setter pair
- cloudSqlId ↔ String?
- 
  If the source is a Cloud SQL database, use this field to provide the Cloud
SQL instance ID of the source.
  getter/setter pair
- database ↔ String?
- 
  The name of the specific database within the host.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- host ↔ String?
- 
  The IP or hostname of the source PostgreSQL database.
  getter/setter pair
- networkArchitecture ↔ String?
- 
  If the source is a Cloud SQL database, this field indicates the network
architecture it's associated with.
  getter/setter pair
- password ↔ String?
- 
  Input only.
  getter/setter pair
- passwordSet ↔ bool?
- 
  Indicates If this connection profile password is stored.
  getter/setter pair
- port ↔ int?
- 
  The network port of the source PostgreSQL database.
  getter/setter pair
- privateServiceConnectConnectivity ↔ PrivateServiceConnectConnectivity?
- 
  Private service connect connectivity.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- ssl ↔ SslConfig?
- 
  SSL configuration for the destination to connect to the source database.
  getter/setter pair
- staticIpConnectivity ↔ StaticIpConnectivity?
- 
  Static ip connectivity data (default, no additional details needed).
  getter/setter pair
- username ↔ String?
- 
  The username that Database Migration Service will use to connect to the
database.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited