MysqlSslConfig class
MySQL SSL configuration information.
Constructors
- MysqlSslConfig({String? caCertificate, bool? caCertificateSet, String? clientCertificate, bool? clientCertificateSet, String? clientKey, bool? clientKeySet})
- MysqlSslConfig.fromJson(Map _json)
Properties
- caCertificate ↔ String?
-
Input only.
getter/setter pair
- caCertificateSet ↔ bool?
-
Indicates whether the ca_certificate field is set.
getter/setter pair
- clientCertificate ↔ String?
-
Input only.
getter/setter pair
- clientCertificateSet ↔ bool?
-
Indicates whether the client_certificate field is set.
getter/setter pair
- clientKey ↔ String?
-
Input only.
getter/setter pair
- clientKeySet ↔ bool?
-
Indicates whether the client_key field is set.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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