| Package | Description |
|---|---|
| com.google.api.services.datamigration.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SqlAclEntry |
SqlAclEntry.clone() |
SqlAclEntry |
SqlAclEntry.set(String fieldName,
Object value) |
SqlAclEntry |
SqlAclEntry.setExpireTime(String expireTime)
The time when this access control entry expires in [RFC
3339](https://tools.ietf.org/html/rfc3339) format, for example: `2012-11-15T16:19:00.094Z`.
|
SqlAclEntry |
SqlAclEntry.setLabel(String label)
A label to identify this entry.
|
SqlAclEntry |
SqlAclEntry.setTtl(String ttl)
Input only.
|
SqlAclEntry |
SqlAclEntry.setValue(String value)
The allowlisted value for the access control list.
|
| Modifier and Type | Method and Description |
|---|---|
List<SqlAclEntry> |
SqlIpConfig.getAuthorizedNetworks()
The list of external networks that are allowed to connect to the instance using the IP.
|
| Modifier and Type | Method and Description |
|---|---|
SqlIpConfig |
SqlIpConfig.setAuthorizedNetworks(List<SqlAclEntry> authorizedNetworks)
The list of external networks that are allowed to connect to the instance using the IP.
|
Copyright © 2011–2021 Google. All rights reserved.