IpConfiguration class

IP Management configuration.

Constructors

IpConfiguration({String? allocatedIpRange, List<AclEntry>? authorizedNetworks, bool? enablePrivatePathForGoogleCloudServices, bool? ipv4Enabled, String? privateNetwork, PscConfig? pscConfig, bool? requireSsl, String? sslMode})
IpConfiguration.fromJson(Map json_)

Properties

allocatedIpRange String?
The name of the allocated ip range for the private ip Cloud SQL instance.
getter/setter pair
authorizedNetworks List<AclEntry>?
The list of external networks that are allowed to connect to the instance using the IP.
getter/setter pair
enablePrivatePathForGoogleCloudServices bool?
Controls connectivity to private IP instances from Google services, such as BigQuery.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ipv4Enabled bool?
Whether the instance is assigned a public IP address or not.
getter/setter pair
privateNetwork String?
The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP.
getter/setter pair
pscConfig PscConfig?
PSC settings for this instance.
getter/setter pair
requireSsl bool?
Whether SSL/TLS connections over IP are enforced.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sslMode String?
Specify how SSL/TLS is enforced in database connections.
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