AlloyDbConnectionProfile class
Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.
Constructors
- AlloyDbConnectionProfile({String? clusterId, AlloyDbSettings? settings})
- AlloyDbConnectionProfile.fromJson(Map json_)
Properties
- clusterId ↔ String?
-
The AlloyDB cluster ID that this connection profile is associated with.
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
- settings ↔ AlloyDbSettings?
-
Metadata used to create the destination AlloyDB cluster.
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