| Package | Description |
|---|---|
| com.google.api.services.datamigration.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
SqlIpConfig |
SqlIpConfig.clone() |
SqlIpConfig |
CloudSqlSettings.getIpConfig()
The settings for IP Management.
|
SqlIpConfig |
SqlIpConfig.set(String fieldName,
Object value) |
SqlIpConfig |
SqlIpConfig.setAuthorizedNetworks(List<SqlAclEntry> authorizedNetworks)
The list of external networks that are allowed to connect to the instance using the IP.
|
SqlIpConfig |
SqlIpConfig.setEnableIpv4(Boolean enableIpv4)
Whether the instance is assigned a public IP address or not.
|
SqlIpConfig |
SqlIpConfig.setPrivateNetwork(String privateNetwork)
The resource link for the VPC network from which the Cloud SQL instance is accessible for
private IP.
|
SqlIpConfig |
SqlIpConfig.setRequireSsl(Boolean requireSsl)
Whether SSL connections over IP should be enforced or not.
|
| Modifier and Type | Method and Description |
|---|---|
CloudSqlSettings |
CloudSqlSettings.setIpConfig(SqlIpConfig ipConfig)
The settings for IP Management.
|
Copyright © 2011–2021 Google. All rights reserved.