PscConfig class
PSC settings for a Cloud SQL instance.
Constructors
-
PscConfig.new({List<
String> ? allowedConsumerProjects, bool? pscEnabled}) - PscConfig.fromJson(Map json_)
Properties
-
allowedConsumerProjects
↔ List<
String> ? -
The list of consumer projects that are allow-listed for PSC connections to
this instance.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pscEnabled ↔ bool?
-
Whether PSC connectivity is enabled for this instance.
getter/setter pair
- 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