IpConfiguration class

IP Management configuration.

Constructors

IpConfiguration({String? allocatedIpRange, List<AclEntry>? authorizedNetworks, bool? ipv4Enabled, String? privateNetwork, bool? requireSsl})
IpConfiguration.fromJson(Map _json)

Properties

allocatedIpRange String?
The name of the allocated ip range for the private ip CloudSQL 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
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
requireSsl bool?
Whether SSL connections over IP are enforced or not.
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