MySqlConnectionProfile class

Specifies connection parameters required specifically for MySQL databases.

Constructors

MySqlConnectionProfile({String? cloudSqlId, String? host, String? password, bool? passwordSet, int? port, SslConfig? ssl, String? username})
MySqlConnectionProfile.fromJson(Map json_)

Properties

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
hashCode int
The hash code for this object.
no setterinherited
host String?
The IP or hostname of the source MySQL database.
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 MySQL database.
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
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