| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
IpConfiguration |
IpConfiguration.clone() |
IpConfiguration |
Settings.getIpConfiguration()
The settings for IP Management.
|
IpConfiguration |
IpConfiguration.set(String fieldName,
Object value) |
IpConfiguration |
IpConfiguration.setAllocatedIpRange(String allocatedIpRange)
The name of the allocated ip range for the private ip CloudSQL instance.
|
IpConfiguration |
IpConfiguration.setAuthorizedNetworks(List<AclEntry> authorizedNetworks)
The list of external networks that are allowed to connect to the instance using the IP.
|
IpConfiguration |
IpConfiguration.setIpv4Enabled(Boolean ipv4Enabled)
Whether the instance is assigned a public IP address or not.
|
IpConfiguration |
IpConfiguration.setPrivateNetwork(String privateNetwork)
The resource link for the VPC network from which the Cloud SQL instance is accessible for
private IP.
|
IpConfiguration |
IpConfiguration.setRequireSsl(Boolean requireSsl)
Whether SSL connections over IP are enforced or not.
|
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.setIpConfiguration(IpConfiguration ipConfiguration)
The settings for IP Management.
|
Copyright © 2011–2022 Google. All rights reserved.