CloudSQLConnectionConfig class

Configuration information to establish customer database connection before the cutover phase of migration

Constructors

CloudSQLConnectionConfig.new({String? hiveDatabaseName, String? instanceConnectionName, String? ipAddress, String? natSubnet, String? password, int? port, String? proxySubnet, String? username})
CloudSQLConnectionConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
hiveDatabaseName String?
The hive database name.
getter/setter pair
instanceConnectionName String?
Cloud SQL database connection name (project_id:region:instance_name)
getter/setter pair
ipAddress String?
The private IP address of the Cloud SQL instance.
getter/setter pair
natSubnet String?
The relative resource name of the subnetwork to be used for Private Service Connect.
getter/setter pair
password String?
Input only.
getter/setter pair
port int?
The network port of the database.
getter/setter pair
proxySubnet String?
The relative resource name of the subnetwork to deploy the SOCKS5 proxy service in.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
The username that Dataproc Metastore 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