OnPremisesConfiguration class
On-premises instance configuration.
Constructors
- OnPremisesConfiguration({String? caCertificate, String? clientCertificate, String? clientKey, String? dumpFilePath, String? hostPort, String? kind, String? password, InstanceReference? sourceInstance, String? username})
- OnPremisesConfiguration.fromJson(Map _json)
Properties
- caCertificate ↔ String?
-
PEM representation of the trusted CA's x509 certificate.
getter/setter pair
- clientCertificate ↔ String?
-
PEM representation of the replica's x509 certificate.
getter/setter pair
- clientKey ↔ String?
-
PEM representation of the replica's private key.
getter/setter pair
- dumpFilePath ↔ String?
-
The dump file to create the Cloud SQL replica.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostPort ↔ String?
-
The host and port of the on-premises instance in host:port format
getter/setter pair
- kind ↔ String?
-
This is always sql#onPremisesConfiguration.
getter/setter pair
- password ↔ String?
-
The password for connecting to on-premises instance.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceInstance ↔ InstanceReference?
-
The reference to Cloud SQL instance if the source is Cloud SQL.
getter/setter pair
- username ↔ String?
-
The username for connecting to on-premises instance.
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